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