IDEMPIERE-166 Rebranding of logo and product name

This commit is contained in:
Carlos Ruiz 2014-10-28 18:19:18 -05:00
parent 0703630bb3
commit 78c3ca3bbe
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
# FileName: idempiere.init # FileName: idempiere.init
# Description: adempiere erp software startup and shutdown # Description: idempiere erp software startup and shutdown
# Vendor: K.K. Alice # Vendor: K.K. Alice
# Created: 05. April 2004 # Created: 05. April 2004
# Author: S. Christians # Author: S. Christians
@ -13,7 +13,7 @@
# FilePerms: 0755 # FilePerms: 0755
# #
# chkconfig: 2345 97 06 # chkconfig: 2345 97 06
# $Id: adempiere,v 1.1 2006/03/16 05:00:28 cruiz Exp $ # $Id: idempiere,v 1.1 2006/03/16 05:00:28 cruiz Exp $
# initialization # initialization
# adjust these variables to your environment # adjust these variables to your environment
@ -39,7 +39,7 @@ start () {
echo "iDempiere is already running" echo "iDempiere is already running"
return 1 return 1
fi fi
echo -n "Starting ADempiere ERP: " echo -n "Starting iDempiere ERP: "
cd $IDEMPIERE_HOME/utils cd $IDEMPIERE_HOME/utils
source $ENVFILE source $ENVFILE
export LOGFILE=$IDEMPIERE_HOME/log/idempiere_`date +%Y%m%d%H%M%S`.log export LOGFILE=$IDEMPIERE_HOME/log/idempiere_`date +%Y%m%d%H%M%S`.log
@ -85,7 +85,7 @@ stop () {
cd $IDEMPIERE_HOME/utils cd $IDEMPIERE_HOME/utils
source $ENVFILE source $ENVFILE
echo "Trying direct kill with signal -15" echo "Trying direct kill with signal -15"
# Adempiere didn't finish - try direct kill with signal 15, then signal 9 # iDempiere didn't finish - try direct kill with signal 15, then signal 9
kill -15 -`ps ax o pgid,command | grep -v grep | grep $IDEMPIERE_HOME | sed -e 's/^ *//g' | cut -f 1 -d " " | sort -u` kill -15 -`ps ax o pgid,command | grep -v grep | grep $IDEMPIERE_HOME | sed -e 's/^ *//g' | cut -f 1 -d " " | sort -u`
sleep 5 sleep 5
getidempierestatus getidempierestatus