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;