This commit is contained in:
2023-06-19 10:13:12 +00:00
parent ae9ffcffcd
commit 50e291de5b

View File

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