summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install/install-image4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/install/install-image b/scripts/install/install-image
index dbdd5901..658a8a39 100755
--- a/scripts/install/install-image
+++ b/scripts/install/install-image
@@ -3,6 +3,10 @@
# source in the functions
source /opt/vyatta/sbin/install-functions
+if [ -f /etc/profile.d/vyos-system-proxy.sh ]
+ then . /etc/profile.d/vyos-system-proxy.sh
+fi
+
# export INSTALL_LOG for the scripts invoked
export INSTALL_LOG=/tmp/install-$$.log
# export PROGRESS_PID for the scripts invoked