[feat] Add flag to run so-allow automatically post-setup

This commit is contained in:
William Wernert
2020-05-27 13:23:37 -04:00
parent 58f4cce4f3
commit 1952246c85
3 changed files with 5 additions and 0 deletions

View File

@@ -997,6 +997,9 @@ parse_options() {
export {https,ftp,rsync,all}_proxy="$http_proxy"
;;
"--allow-analyst"|"--allow=a")
allow='a'
;;
*)
if [[ $1 = --* ]]; then
echo "Invalid option"