From bf6c835603b018219966d6fb286552537f8e8d76 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Feb 2019 21:48:08 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 116e9d8..f862feb 100644 --- a/scripts/restore +++ b/scripts/restore @@ -143,7 +143,7 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --line_match="Redis connection:" --log_path=systemd +ynh_systemd_action --action=start --service_name=$app --log_path=systemd #================================================= # END OF SCRIPT