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:
parent
124894148e
commit
c74fc6cfed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue