1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Fix systemd name in remove script

This commit is contained in:
mh4ckt3mh4ckt1c4s 2023-03-04 19:44:04 +01:00
parent 124894148e
commit c74fc6cfed

View file

@ -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
#=================================================