diff --git a/install.sh b/install.sh index 8e15d3f..390270f 100755 --- a/install.sh +++ b/install.sh @@ -292,6 +292,7 @@ service-debian core-dns start if [ "$SMARTHOST_PROXY" == "yes" ]; then service-debian smarthost-proxy start service-debian smarthost-proxy-scheduler start + service-debian local-proxy start echo "Would you like to run local backend? (Y/n)"; read -r ANSWER;