manage upgrade and restore

This commit is contained in:
yalh76 2019-02-03 12:26:00 +01:00
parent bcc67bfb4c
commit f4917a67b4
2 changed files with 2 additions and 2 deletions

View File

@ -146,4 +146,4 @@ chown -R "$app":"$app" "/var/log/$app"
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]"

View File

@ -203,4 +203,4 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]"