From 38aab1c30a7038cb38d16f1e1643777fe733f463 Mon Sep 17 00:00:00 2001 From: jstayco <127801635+jstayco@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:30:41 -0700 Subject: [PATCH] Added forgotten getopt letter --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 152eb67..6cf0a5b 100755 --- a/setup.sh +++ b/setup.sh @@ -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