diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-21 02:07:49 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-21 02:07:49 +0100 |
| commit | 1d2c258abe21e48a32da63c8a90573c95a6bd773 (patch) | |
| tree | 277e66a86df804ba6f4e0d78d6bcb7f06f4096f8 /scripts/remove | |
| parent | f8096d8c256c021d290701b41767b77fdecef1c1 (diff) | |
| download | mastodon_ynh-1d2c258abe21e48a32da63c8a90573c95a6bd773.tar.gz mastodon_ynh-1d2c258abe21e48a32da63c8a90573c95a6bd773.tar.bz2 mastodon_ynh-1d2c258abe21e48a32da63c8a90573c95a6bd773.zip | |
Apply example_ynh
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/remove b/scripts/remove index f0715d4..8880c9c 100644 --- a/scripts/remove +++ b/scripts/remove @@ -27,6 +27,7 @@ final_path=$(ynh_app_setting_get $app final_path) # REMOVE SERVICE FROM ADMIN PANEL #================================================= +# Remove a service from the admin panel, added by `yunohost service add` if yunohost service status "$app-web" >/dev/null 2>&1 then ynh_print_info "Removing $app-web service" @@ -109,9 +110,6 @@ ynh_remove_nginx_config # Remove a cron file ynh_secure_remove "/etc/cron.d/$app" -# Delete ruby exec -#ynh_secure_remove /usr/bin/ruby - #================================================= # GENERIC FINALIZATION #================================================= |
