From 93925102fbdf5b9e0732116e1ddd169bb6fd1a4d Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 7 Apr 2026 12:52:54 +0000 Subject: [PATCH] Update mysql_install.sh --- mysql_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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