Update core/tabs/common-service-script.sh

Cool with me. Thanks

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
Jaredy899 2025-01-11 09:19:09 -05:00 committed by GitHub
parent 5746748f52
commit a669ed338f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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