Commit 789fcfd4 authored by iSergio's avatar iSergio
Browse files

Fix

parent 22e7f698
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -87,12 +87,4 @@ sed -i 's/__CLUSTER_SUBNET__/'$CLUSTER_SUBNET'/g' /etc/httpd/conf.d/mod_cluster.
# Turn on auto start of httpd service
chkconfig httpd on
# Restart httpd service
service httpd restart > /dev/null 2>&1
STATUS=$?

align_left "$DOTSTRING" "Configure httpd (ServerGOD)"
if [[ $STATUS == 0 ]]; then
    echo $DONE
else
    echo $FAIL
fi
service httpd restart