mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7851:MS does not start after the VM it is running on is rebooted
This commit is contained in:
parent
310bb255ac
commit
34f31f9033
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue