1
0
Fork 0
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:
mh4ckt3mh4ckt1c4s 2023-03-04 18:46:01 +01:00
parent 770f4a9189
commit 832d866794

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 ynh_script_progression --message="Stopping and removing the systemd service..." --weight=1
# Remove the uwsgi and systemd configuration # 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 ynh_remove_uwsgi_service
#================================================= #=================================================