This commit is contained in:
Éric Gaspar
2024-09-01 17:43:58 +02:00
parent 2a9f75b936
commit cb9313a74d
6 changed files with 1 additions and 36 deletions
-3
View File
@@ -11,13 +11,10 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Removing system configurations related to $app..."
# Remove the dedicated nginx config
ynh_config_remove_nginx
# Remove the dedicated PHP-FPM config
ynh_config_remove_phpfpm
# Remove a cron file
ynh_safe_rm "/etc/cron.d/$app"
#=================================================