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

fix service startup test

This commit is contained in:
yalh76 2019-03-20 13:25:42 +01:00
parent 66388111b0
commit e79878c6e0
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ chown -R "$app":"$app" "/var/log/$app"
# START SERVICE
#=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:"
ynh_systemd_action --action=start --service_name=$app --line_match="http"
#=================================================
# END OF SCRIPT

View file

@ -213,7 +213,7 @@ systemctl reload nginx
# START SERVICE
#=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:"
ynh_systemd_action --action=start --service_name=$app --line_match="http"
#=================================================
# END OF SCRIPT