fix:...
This commit is contained in:
@@ -923,8 +923,10 @@ chgrp -R mysql /var/lib/mysql
|
|||||||
# 4. EMS Install Finished
|
# 4. EMS Install Finished
|
||||||
##############################################################################o
|
##############################################################################o
|
||||||
myShowTitle "EMS Installation Process is complete"
|
myShowTitle "EMS Installation Process is complete"
|
||||||
echo -n "Start EMS service ...."
|
echo -n "Starting EMS service ...."
|
||||||
service omcd restart
|
#Start EMS service
|
||||||
|
systemctl daemon-reload
|
||||||
|
systemctl restart omcd.service
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo "Failed to start EMS service. Please check the logs in /usr/local/omc/log"
|
echo "Failed to start EMS service. Please check the logs in /usr/local/omc/log"
|
||||||
myShowResult "Failed"
|
myShowResult "Failed"
|
||||||
|
|||||||
Reference in New Issue
Block a user