mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Fix systemd start in change_url
This commit is contained in:
parent
c671580678
commit
ea40666572
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ ynh_replace_string --match_string="base_url: https://$old_domain$old_path}" --re
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=uwsgi-app@$app.service --action="start" --line_match="spawned uWSGI master process" --log_path="/var/log/$app/$app.log"
|
||||
ynh_systemd_action --service_name=uwsgi-app@$app.service --action="start" --log_path="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue