diff --git a/scripts/restore b/scripts/restore index 35a175a..d6a26ec 100644 --- a/scripts/restore +++ b/scripts/restore @@ -146,4 +146,4 @@ chown -R "$app":"$app" "/var/log/$app" # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app +ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]" diff --git a/scripts/upgrade b/scripts/upgrade index bef38e1..98c3f87 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -203,4 +203,4 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app +ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection: [ OK ]"