Update restore_db.sh

This commit is contained in:
mirocow 2015-12-24 15:18:32 +04:00
parent 32447b49ff
commit 3d617f68b3

View file

@ -6,6 +6,11 @@ BIN_DEPS='bunzip2 bzip2 mysql'
MYCNF='/etc/mysql/debian.cnf'
DATABASES_TABLE_CHECK=1
# === DO NOT EDIT BELOW THIS LINE ===
if [ ! -n "$BASH" ] ;then echo Please run this script $0 with bash; exit 1; fi
# === FUNCTIONS ===
f_log()
{
echo "RESTORE: $@"