Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update submit_culebront.sh
Browse files Browse the repository at this point in the history
Fix bug when append verbose mode because with : getopts want flag
  • Loading branch information
sravel authored Nov 4, 2021
1 parent 7e1b73a commit 0e2ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit_culebront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function help

##################################################
## Parse command line options.
while getopts c:k:h:p:a:v: OPT;
while getopts c:k:h:p:a:v OPT;
do case $OPT in
c) config=$OPTARG;;
k) cluster_config=$OPTARG;;
Expand Down

0 comments on commit 0e2ec6b

Please sign in to comment.