From 5f617ed3e2759b8e11be7f883030080d3b101c43 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 9 Jul 2019 22:02:40 +0100 Subject: [PATCH] remove env var, not required any more --- build/root/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 4844683..2a3ebd4 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -297,8 +297,6 @@ if [[ $VPN_ENABLED == "yes" ]]; then export ENABLE_PRIVOXY="no" fi - export RUN_UP_SCRIPT="yes" - fi export WEBUI_PORT=$(echo "${WEBUI_PORT}" | sed -e 's~^[ \t]*~~;s~[ \t]*$~~')