minor fix in postgres DBExport.sh (jar of a missing file ExpDat.log)
This commit is contained in:
parent
557d2c431f
commit
1df79a8a4f
|
@ -23,4 +23,4 @@ pg_dump --no-owner -U $1 $ADEMPIERE_DB_NAME > $ADEMPIERE_HOME/data/ExpDat.dmp
|
|||
export PGPASSWORD=
|
||||
|
||||
cd $ADEMPIERE_HOME/data
|
||||
jar cvfM ExpDat.jar ExpDat.dmp ExpDat.log
|
||||
jar cvfM ExpDat.jar ExpDat.dmp
|
||||
|
|
Loading…
Reference in New Issue