From a669ed338f4dbe689dd19666d6f8fcca9cc5ba92 Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:19:09 -0500 Subject: [PATCH] Update core/tabs/common-service-script.sh Cool with me. Thanks Co-authored-by: Adam Perkowski --- core/tabs/common-service-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index 5828aa64..ebe5be76 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -53,6 +53,7 @@ enableService() { ;; runit) "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" + printf "%b\n" "${YELLOW}Waiting 5 seconds...${RC}" sleep 5 ;; esac