From 386c795ea4120f7efad1e9ecdbeef07893cac187 Mon Sep 17 00:00:00 2001 From: RomanNum3ral Date: Tue, 7 Apr 2026 12:58:22 +0000 Subject: [PATCH] Update mysql_install.sh --- mysql_install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mysql_install.sh b/mysql_install.sh index cdbb8b0..57874be 100644 --- a/mysql_install.sh +++ b/mysql_install.sh @@ -200,7 +200,4 @@ main() { write_php_test_page } -main "$@" - -echo "ServerName localhost" | sudo tee -a /etc/httpd/conf/httpd.conf -sudo systemctl restart httpd \ No newline at end of file +main "$@" \ No newline at end of file