diff --git a/build/root/install.sh b/build/root/install.sh index 5350ee7..ce8b85c 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -297,6 +297,8 @@ 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]*$~~')