diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-19 18:04:20 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-19 18:04:20 +0200 |
commit | 9d44f2c198d7bd5d347362c00c1afbc48a0c4140 (patch) | |
tree | e13c6a9654215d2e516a0303b6f69db0376c3d05 /bin/sqlwait | |
parent | 1b3bd0f2e97b299dcfaf450f991cc0134a849087 (diff) | |
download | dotfiles-9d44f2c198d7bd5d347362c00c1afbc48a0c4140.tar.gz dotfiles-9d44f2c198d7bd5d347362c00c1afbc48a0c4140.zip |
Simple merge request reviewing
Diffstat (limited to 'bin/sqlwait')
-rwxr-xr-x | bin/sqlwait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqlwait b/bin/sqlwait index d4409f3..143324b 100755 --- a/bin/sqlwait +++ b/bin/sqlwait @@ -30,7 +30,7 @@ usage() { printf " -e Exit on error\n" } -while getopts "H:u:d:c:t:n:l:pPewkh" opt; do +while getopts "H:u:d:c:t:n:l:pPewkhs" opt; do case ${opt} in H ) MYSQL_HOST="$OPTARG" |