git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/sqlbackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqlbackup b/bin/sqlbackup
index 45513d0..e98ea03 100755
--- a/bin/sqlbackup
+++ b/bin/sqlbackup
@@ -46,7 +46,7 @@ trap bkillme SIGTERM
trap bstatus USR1
declare -x BUSER BDIR DBFDIR LOGGER CURDB SCHANAUZE=0 PRMERR=0
-while getopts :hld:u:p:q SHOPT;do
+while getopts :hld:u:p:qb: SHOPT;do
case "$SHOPT" in
h) help;exit 0;;
l) LOGGER=1;;