From fd2d45b1824d0c98a63522380c41076f858b7a66 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 26 Jan 2020 22:45:55 +0100 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index 31f6fe7..2fece32 100644 --- a/scripts/install +++ b/scripts/install @@ -205,7 +205,6 @@ ynh_script_progression --message="Starting a systemd service..." --time --weight # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" --length=100 if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Rocket has launched from" --length=100 sleep 60 fi