From 9b3092687537af20e36d2256a93f008be4396d74 Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:28:40 -0500 Subject: [PATCH] Update common-service-script.sh --- core/tabs/common-service-script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index 4e3e0ef0..281ccc69 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -53,6 +53,8 @@ enableService() { ;; sv) "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" + printf "%b\n" "${YELLOW}Waiting 5 seconds...${RC}" + sleep 5 ;; esac }