aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-06-19 18:04:20 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-06-19 18:04:20 +0200
commit9d44f2c198d7bd5d347362c00c1afbc48a0c4140 (patch)
treee13c6a9654215d2e516a0303b6f69db0376c3d05 /bin
parent1b3bd0f2e97b299dcfaf450f991cc0134a849087 (diff)
downloaddotfiles-9d44f2c198d7bd5d347362c00c1afbc48a0c4140.tar.gz
dotfiles-9d44f2c198d7bd5d347362c00c1afbc48a0c4140.zip
Simple merge request reviewing
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sqlwait2
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"