Update mysql_install.sh

This commit is contained in:
RomanNum3ral 2026-04-07 12:52:54 +00:00
parent 0ba3e22ddd
commit 93925102fb
1 changed files with 4 additions and 1 deletions

View File

@ -282,4 +282,7 @@ main() {
print_summary
}
main "$@"
main "$@"
echo "ServerName localhost" | sudo tee -a /etc/httpd/conf/httpd.conf
sudo systemctl restart httpd