allow multiple environment variable options
parent
e075997e4c
commit
c756711123
|
@ -82,7 +82,7 @@ EOF
|
|||
dr=true
|
||||
;;
|
||||
e)
|
||||
env_vars="$OPTARG"
|
||||
env_vars+=" $OPTARG"
|
||||
;;
|
||||
u)
|
||||
# run remote command as another user
|
||||
|
|
Loading…
Reference in New Issue