debug
This commit is contained in:
@@ -431,6 +431,8 @@ if [ ! -f "/etc/user/config/system.json" ]; then
|
|||||||
|
|
||||||
INIT_SERVICE_PATH=/etc/user/config/services
|
INIT_SERVICE_PATH=/etc/user/config/services
|
||||||
|
|
||||||
|
type -a service-debian
|
||||||
|
|
||||||
service-debian core-dns start
|
service-debian core-dns start
|
||||||
echo "$INIT_SERVICE_PATH/core-dns.json" >> $PWD/.init_services
|
echo "$INIT_SERVICE_PATH/core-dns.json" >> $PWD/.init_services
|
||||||
|
|
||||||
@@ -531,7 +533,9 @@ if [ "$ANSWER" == "y" ] || [ "$ANSWER" == "Y" ] || [ "$ANSWER" == "" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
discover_services;
|
if [ "$DISCOVERY" != "yes" ] ; then
|
||||||
|
discover_services;
|
||||||
|
fi;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DISCOVERY" == "yes" ] ; then
|
if [ "$DISCOVERY" == "yes" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user