allow multiple environment variable options

master
David Kebler 2024-02-21 14:51:14 -08:00
parent e075997e4c
commit c756711123
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ EOF
dr=true dr=true
;; ;;
e) e)
env_vars="$OPTARG" env_vars+=" $OPTARG"
;; ;;
u) u)
# run remote command as another user # run remote command as another user