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
1 changed files with 1 additions and 1 deletions

View File

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