From 5746748f520be71a3321aac0d8faa1a08425b24a Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:32:51 -0500 Subject: [PATCH] Update common-service-script.sh --- core/tabs/common-service-script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh index 52967bca4..5828aa644 100644 --- a/core/tabs/common-service-script.sh +++ b/core/tabs/common-service-script.sh @@ -52,7 +52,6 @@ enableService() { "$ESCALATION_TOOL" rc-update add "$1" ;; runit) - "$ESCALATION_TOOL" mkdir -p "/run/runit/supervise.$1" "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/" sleep 5 ;;