Update restore_db.sh

This commit is contained in:
mirocow 2016-02-03 14:33:59 +04:00
parent ee7c575e57
commit 7c9b46e560

View file

@ -121,10 +121,10 @@ EOF
}
# === CHECKS ===
if [ $# = 0 ]; then
usage;
exit;
fi
#if [ $# = 0 ]; then
# usage;
# exit;
#fi
BIN_DEPS="ls grep awk sort uniq bunzip2 bzip2 mysql"
@ -154,9 +154,9 @@ do
shift # past argument=value
;;
-c)
DATABASES_TABLE_CHECK=1
shift
;;
DATABASES_TABLE_CHECK=1
shift
;;
-v | --verbose)
VERBOSE=1
shift # past argument=value