Update restore_db.sh

This commit is contained in:
mirocow 2016-02-16 15:59:33 +04:00
parent f6678aa588
commit be23cdb838
1 changed files with 0 additions and 6 deletions

View File

@ -133,12 +133,6 @@ OPTIONS:
EOF
}
# === CHECKS ===
#if [ $# = 0 ]; then
# usage;
# exit;
#fi
BACKUP_DIR=$(pwd)
BIN_DEPS="ls grep awk sort uniq bunzip2 bzip2 mysql"