Preparing for nightly build
This commit is contained in:
parent
463c49994a
commit
e0d5fa0460
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $Id: RUN_ImportReference.sh,v 1.11 2005/12/13 00:17:54 jjanke Exp $
|
||||
|
||||
if [ $ADEMPIERE_HOME ]; then
|
||||
cd $ADEMPIERE_HOME/utils
|
||||
fi
|
||||
. ./myEnvironment.sh Server
|
||||
echo Export Reference - $ADEMPIERE_HOME \($ADEMPIERE_DB_NAME\)
|
||||
sh $ADEMPIERE_DB_PATH/ExportReference.sh
|
Loading…
Reference in New Issue