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