From 3a99ea6e9b8ef9ef417d38d1d0bab8d2d2401aa8 Mon Sep 17 00:00:00 2001 From: hagbard Date: Fri, 18 Oct 2019 10:54:33 -0700 Subject: [system-proxy]: T1741 - Add system wide proxy setting --- scripts/install/install-image | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/install') 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 -- cgit v1.2.3