Skip to content

Commit

Permalink
Fix: dump file to use must be last one
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 15, 2012
1 parent 8562cb6 commit df4f59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/initdata/initdemo.sh
Expand Up @@ -11,7 +11,7 @@
#------------------------------------------------------


export dumpfile="mysqldump_dolibarr_3.2.0.sql"
export dumpfile=`ls mysqldump_dolibarr_*.sql | sort | tail -n 1`
export mydir=`echo "$0" | sed -e 's/initdemo.sh//'`;
if [ "x$mydir" = "x" ]
then
Expand Down

0 comments on commit df4f59d

Please sign in to comment.