Fix service startup log

This commit is contained in:
yalh76 2019-02-20 03:09:34 +01:00
parent 3cc81cf1d0
commit 555512fb4a

View File

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