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:
parent
bc2f032787
commit
9fd37ce39c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue