mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user