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