From 54e6fe74a39c93789b2be4d8b1a2ec39f42f7c18 Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 15 Feb 2019 15:42:47 +0000 Subject: [PATCH] add in env to run up scripts --- build/root/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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]*$~~')