Update install.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-02 10:05:03 +00:00
parent c8ff4ba371
commit fef59385de

View File

@@ -822,7 +822,7 @@ if [ "$INIT" == "true" ]; then
if [ "$SMARTHOST_PROXY" == "yes" ]; then if [ "$SMARTHOST_PROXY" == "yes" ]; then
service-debian smarthost-proxy start service-debian smarthost-proxy start
service-debian smarthost-proxy-scheduler start service-debian smarthost-proxy-scheduler start
service-debian local-proxy start service-debian local-loadbalancer start
echo "$INIT_SERVICE_PATH/smarthost-proxy.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/smarthost-proxy.json" >> $PWD/.init_services
echo "$INIT_SERVICE_PATH/firewall-smarthost-loadbalancer-dns.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/firewall-smarthost-loadbalancer-dns.json" >> $PWD/.init_services
@@ -831,7 +831,7 @@ if [ "$INIT" == "true" ]; then
echo "$INIT_SERVICE_PATH/firewall-smarthost-backend-dns.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/firewall-smarthost-backend-dns.json" >> $PWD/.init_services
echo "$INIT_SERVICE_PATH/firewall-smarthost-to-backend.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/firewall-smarthost-to-backend.json" >> $PWD/.init_services
echo "$INIT_SERVICE_PATH/smarthost-proxy-scheduler.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/smarthost-proxy-scheduler.json" >> $PWD/.init_services
echo "$INIT_SERVICE_PATH/local-proxy.json" >> $PWD/.init_services echo "$INIT_SERVICE_PATH/local-loadbalancer.json" >> $PWD/.init_services
echo "Would you like to run local backend? (Y/n)"; echo "Would you like to run local backend? (Y/n)";
read -r ANSWER; read -r ANSWER;