Update mysql_install.sh
This commit is contained in:
parent
0ba3e22ddd
commit
93925102fb
|
|
@ -282,4 +282,7 @@ main() {
|
|||
print_summary
|
||||
}
|
||||
|
||||
main "$@"
|
||||
main "$@"
|
||||
|
||||
echo "ServerName localhost" | sudo tee -a /etc/httpd/conf/httpd.conf
|
||||
sudo systemctl restart httpd
|
||||
Loading…
Reference in New Issue