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 }