From fef59385de5c7b1aa6a44b898b993adeac866531 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Tue, 2 Sep 2025 10:05:03 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d6c73be..9e9c762 100755 --- a/install.sh +++ b/install.sh @@ -822,7 +822,7 @@ if [ "$INIT" == "true" ]; then if [ "$SMARTHOST_PROXY" == "yes" ]; then service-debian smarthost-proxy 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/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-to-backend.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)"; read -r ANSWER;