Modifications, again

This commit is contained in:
Geoffrey Frogeye 2017-02-12 15:14:51 +01:00
parent cb8ca9c904
commit 0952eab0de
5 changed files with 56 additions and 37 deletions

View file

@ -19,7 +19,7 @@ function proxy_set {
export https_proxy=$1
export ftp_proxy=$1
export rsync_proxy=$1
echo "Proxy changed"
echo "Proxy set"
exit 0
}