diff --git a/scripts/remove b/scripts/remove index a469898..80a76a5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -16,13 +16,10 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Removing system configurations related to $app..." --weight=1 -# Remove the dedicated NGINX config ynh_remove_nginx_config -# Remove the dedicated PHP-FPM config ynh_remove_fpm_config -# Remove a cron file ynh_secure_remove --file="/etc/cron.d/$app" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4447d3c..091bb9b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -86,10 +86,8 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1 -# Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint -# Create a dedicated NGINX config ynh_add_nginx_config ynh_add_config --template="cron" --destination="/etc/cron.d/$app"