Update common-service-script.sh

This commit is contained in:
Jaredy899 2025-01-20 21:28:40 -05:00 committed by GitHub
parent 2b27fa217b
commit 9b30926875
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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