From f3842bfefd382c78979361246111c20b6adad65a Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 12 2012 20:10:26 +0000 Subject: Restart httpd after install --- diff --git a/tests/p_httpd/0-install_httpd.sh b/tests/p_httpd/0-install_httpd.sh index f420702..649444f 100755 --- a/tests/p_httpd/0-install_httpd.sh +++ b/tests/p_httpd/0-install_httpd.sh @@ -9,4 +9,4 @@ t_InstallPackage curl # HTTPD / PHP t_InstallPackage httpd mod_ssl php php-mysql chkconfig httpd on -t_ServiceControl httpd start \ No newline at end of file +t_ServiceControl httpd restart