diff options
| author | yalh76 <yalh@yahoo.com> | 2021-04-10 00:18:53 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-04-10 00:18:53 +0200 |
| commit | f376290f1397f56e8d12bad5d15ac952fbdc25c6 (patch) | |
| tree | 792622e5e6c915524ed0924921f2bf93ef98ae23 /scripts/remove | |
| parent | a7eb98db3fac0697b923072dcd78c1ca04bf0a12 (diff) | |
| download | mastodon_ynh-f376290f1397f56e8d12bad5d15ac952fbdc25c6.tar.gz mastodon_ynh-f376290f1397f56e8d12bad5d15ac952fbdc25c6.tar.bz2 mastodon_ynh-f376290f1397f56e8d12bad5d15ac952fbdc25c6.zip | |
Apply example_ynh
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/remove b/scripts/remove index 6b16380..44c3bde 100644 --- a/scripts/remove +++ b/scripts/remove @@ -29,7 +29,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) # REMOVE SERVICE INTEGRATION IN YUNOHOST #================================================= -# Remove the service from the list of services known by Yunohost (added from `yunohost service add`) +# Remove the service from the list of services known by YunoHost (added from `yunohost service add`) if ynh_exec_warn_less yunohost service status "$app-web" >/dev/null then ynh_script_progression --message="Removing $app-web service integration..." @@ -88,9 +88,9 @@ ynh_secure_remove --file="$final_path" #================================================= # REMOVE NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Removing nginx web server configuration..." +ynh_script_progression --message="Removing NGINX web server configuration..." -# Remove the dedicated nginx config +# Remove the dedicated NGINX config ynh_remove_nginx_config #================================================= |
