diff options
author | hagbard <vyosdev@derith.de> | 2019-10-18 10:54:33 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-18 10:54:33 -0700 |
commit | 3a99ea6e9b8ef9ef417d38d1d0bab8d2d2401aa8 (patch) | |
tree | a04538f08ac6ef1c1443c08c75b2722a397defea /scripts | |
parent | 739689f63b882474c3a1d594ba7c86b751ae4bf1 (diff) | |
download | vyatta-cfg-system-3a99ea6e9b8ef9ef417d38d1d0bab8d2d2401aa8.tar.gz vyatta-cfg-system-3a99ea6e9b8ef9ef417d38d1d0bab8d2d2401aa8.zip |
[system-proxy]: T1741 - Add system wide proxy setting
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install/install-image | 4 |
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 |