Added forgotten getopt letter

This commit is contained in:
jstayco 2023-03-29 15:30:41 -07:00 committed by GitHub
parent dfe96a581d
commit 38aab1c30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ RUNPOD=false
INTERACTIVE=false
PUBLIC=false
while getopts "b:d:g:ir-:" opt; do
while getopts "b:d:g:ipr-:" opt; do
# support long options: https://stackoverflow.com/a/28466267/519360
if [ "$opt" = "-" ]; then # long option: reformulate OPT and OPTARG
opt="${OPTARG%%=*}" # extract long option name