From 41fd4685baa5c6cabef0e9d884faf18fb3c7bd75 Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 26 May 2023 06:49:36 +0000 Subject: [PATCH] path fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 26ca601..7ef0ed3 100755 --- a/install.sh +++ b/install.sh @@ -324,7 +324,7 @@ source $HOME/.bash_aliases INIT_SERVICE_PATH=/etc/user/config/services service-debian core-dns start -echo "core-dns.json" >> $PWD/.init_services +echo "$INIT_SERVICE_PATH/core-dns.json" >> $PWD/.init_services if [ "$CRON" == "yes" ]; then service-debian cron start