diff --git a/scripts/remove b/scripts/remove index f4e8d88..d8e4619 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1 # Remove the uwsgi and systemd configuration -ynh_systemd_action --service_name "uswgi-app@$app.service" --action stop +ynh_systemd_action --service_name "uwsgi-app@$app.service" --action stop ynh_remove_uwsgi_service #=================================================