summaryrefslogtreecommitdiff
path: root/scripts/install/install-image
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install/install-image')
-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 ac4d2dec..fecaeed8 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