From 16082ab9bfe34ea26cd389e0d9a41044e6073cfb Mon Sep 17 00:00:00 2001 From: hael Date: Wed, 24 May 2023 07:24:28 +0000 Subject: [PATCH] local-proxy addedd --- install.sh | 1 + 1 file changed, 1 insertion(+) 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;