mirror of https://github.com/apache/cloudstack.git
debian: stop tomcat6 after installing cloudstack-management
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
abc713226d
commit
4179ccbf55
|
|
@ -52,4 +52,5 @@ if [ "$1" = configure ]; then
|
||||||
|
|
||||||
chmod 0640 /etc/cloudstack/management/db.properties
|
chmod 0640 /etc/cloudstack/management/db.properties
|
||||||
chgrp cloud /etc/cloudstack/management/db.properties
|
chgrp cloud /etc/cloudstack/management/db.properties
|
||||||
|
service tomcat6 stop || true
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue