diff --git a/scripts/remove b/scripts/remove index c377707..841b4ff 100755 --- a/scripts/remove +++ b/scripts/remove @@ -17,6 +17,12 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get "$app" domain) db_name=$(ynh_app_setting_get "$app" db_name) +#================================================= +# STOP WEBLATE'S SERVICE +#================================================= + +systemctl stop "uwsgi-app@$app.service" + #================================================= # REMOVE THE PostgreSQL DATABASE #=================================================