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

Fix tempalte name in install script

This commit is contained in:
mh4ckt3mh4ckt1c4s 2022-11-23 16:48:03 +01:00
parent bc2f032787
commit 9fd37ce39c

View file

@ -179,7 +179,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1
### - And the section "SETUP SYSTEMD" in the upgrade script ### - And the section "SETUP SYSTEMD" in the upgrade script
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config -s $app-uwsgi -t uwsgi ynh_add_systemd_config --service "$app-uwsgi" --template uwsgi.service
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION