From be23cdb8382ad78c1af66d7970b60a98cc5913f4 Mon Sep 17 00:00:00 2001 From: mirocow Date: Tue, 16 Feb 2016 15:59:33 +0400 Subject: [PATCH] Update restore_db.sh --- restore_db.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/restore_db.sh b/restore_db.sh index f966aeb..4755e00 100755 --- a/restore_db.sh +++ b/restore_db.sh @@ -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"