From 50e291de5b8b3832523a9f5a1efdd38ab7eb41ff Mon Sep 17 00:00:00 2001 From: hael Date: Mon, 19 Jun 2023 10:13:12 +0000 Subject: [PATCH] debug --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3759e0a..30feb5b 100755 --- a/install.sh +++ b/install.sh @@ -431,6 +431,8 @@ if [ ! -f "/etc/user/config/system.json" ]; then INIT_SERVICE_PATH=/etc/user/config/services + type -a service-debian + service-debian core-dns start echo "$INIT_SERVICE_PATH/core-dns.json" >> $PWD/.init_services @@ -531,7 +533,9 @@ if [ "$ANSWER" == "y" ] || [ "$ANSWER" == "Y" ] || [ "$ANSWER" == "" ]; then done fi - discover_services; + if [ "$DISCOVERY" != "yes" ] ; then + discover_services; + fi; fi if [ "$DISCOVERY" == "yes" ] ; then