mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
FIx typo in remove script
This commit is contained in:
parent
770f4a9189
commit
832d866794
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 "uswgi-app@$app.service" --action stop
|
||||
ynh_remove_uwsgi_service
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue