diff --git a/mysql_install.sh b/mysql_install.sh index cd92224..42f0c17 100644 --- a/mysql_install.sh +++ b/mysql_install.sh @@ -282,4 +282,7 @@ main() { print_summary } -main "$@" \ No newline at end of file +main "$@" + +echo "ServerName localhost" | sudo tee -a /etc/httpd/conf/httpd.conf +sudo systemctl restart httpd \ No newline at end of file