1
0
Fork 0

sauvegarde_mysql.sh: corr. bug unknown arguments

This commit is contained in:
Chl 2020-07-09 19:47:25 +02:00
parent 6956971a89
commit 3176408e0c

View file

@ -47,7 +47,7 @@ renice -n 20 $$ >/dev/null 2>&1
# #
# Parameters management # Parameters management
# #
while getopts hd:B:p:ze: f; do while getopts hd:B:p:ze:x:X: f; do
case "$f" in case "$f" in
'h') 'h')
usage usage