mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +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() {
|
start() {
|
||||||
source $(dirname $0)/tomcat.sh
|
readpath=$(readlink -f $0)
|
||||||
|
source `dirname $readpath`/tomcat.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
# See how we were called.
|
# See how we were called.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user