CLOUDSTACK-7851:MS does not start after the VM it is running on is rebooted

This commit is contained in:
Damodar 2014-11-06 12:04:30 +05:30 committed by Kishan Kavala
parent 310bb255ac
commit 34f31f9033

View File

@ -87,7 +87,8 @@ handle_pid_file() {
}
start() {
source $(dirname $0)/tomcat.sh
readpath=$(readlink -f $0)
source `dirname $readpath`/tomcat.sh
}
# See how we were called.