Loading httpd/configure.sh +1 −9 Original line number Diff line number Diff line Loading @@ -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 Loading
httpd/configure.sh +1 −9 Original line number Diff line number Diff line Loading @@ -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