2010-11-04 02:46:38 +07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# $Id: RUN_DBStart.sh,v 1.4 2005/01/22 21:59:15 jjanke Exp $
|
2012-06-06 21:13:34 +07:00
|
|
|
if [ $IDEMPIERE_HOME ]; then
|
|
|
|
cd $IDEMPIERE_HOME/utils
|
2010-11-04 02:46:38 +07:00
|
|
|
fi
|
|
|
|
. ./myEnvironment.sh Server
|
2012-06-06 21:13:34 +07:00
|
|
|
echo Start DataBase Service - $IDEMPIERE_HOME \($ADEMPIERE_DB_NAME\)
|
2010-11-04 02:46:38 +07:00
|
|
|
|
|
|
|
|
|
|
|
sh $ADEMPIERE_DB_PATH/Start.sh
|
|
|
|
|