From faee1803257d88fc4bf0f24534ec28fe6415ed8c Mon Sep 17 00:00:00 2001 From: mirocow Date: Tue, 16 Feb 2016 15:16:12 +0400 Subject: [PATCH] some fixes --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 8f40464..2132fe0 100755 --- a/restore.sh +++ b/restore.sh @@ -82,7 +82,7 @@ restore() f_log "Error: Database $BDD dose not exists"; else - tables=$(ls -1 $i | grep -v __ | awk -F. '{print $1}' | sort | uniq) + tables=$(ls -1 $DIR/$BDD | grep -v __ | awk -F. '{print $1}' | sort | uniq) f_log "Create tables in $BDD" for TABLE in $tables; do