some fixes

This commit is contained in:
mirocow 2016-02-16 15:16:12 +04:00
parent fe692084e8
commit faee180325

View file

@ -82,7 +82,7 @@ restore()
f_log "Error: Database $BDD dose not exists"; f_log "Error: Database $BDD dose not exists";
else 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" f_log "Create tables in $BDD"
for TABLE in $tables; do for TABLE in $tables; do