Update demo
This commit is contained in:
parent
db334a3b94
commit
280219843e
@ -50,7 +50,7 @@ fi
|
|||||||
# ----------------------------- if no params on command line
|
# ----------------------------- if no params on command line
|
||||||
if [ "x$passwd" = "x" ]
|
if [ "x$passwd" = "x" ]
|
||||||
then
|
then
|
||||||
export dumpfile=`ls $mydir/mysqldump_dolibarr_*.sql | sort | tail -n 1`
|
export dumpfile=`ls -v $mydir/mysqldump_dolibarr_*.sql | tail -n 1`
|
||||||
export dumpfile=`basename $dumpfile`
|
export dumpfile=`basename $dumpfile`
|
||||||
|
|
||||||
# ----------------------------- input file
|
# ----------------------------- input file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user