[fix] Redirect so-allow output to log

This commit is contained in:
William Wernert
2020-05-27 15:49:41 -04:00
parent 04800277c2
commit 3712eb0acb
2 changed files with 4 additions and 2 deletions

View File

@@ -998,7 +998,7 @@ parse_options() {
export {https,ftp,rsync,all}_proxy="$http_proxy"
;;
"--allow-analyst"|"--allow=a")
allow='a'
export allow='a'
;;
*)
if [[ $1 = --* ]]; then