mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Change path before install
This commit is contained in:
parent
4260a32e80
commit
1b1437912a
2
setup.sh
2
setup.sh
|
|
@ -41,6 +41,8 @@ mysql -e 'drop database if exists oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
|||
mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
||||
#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
cd ${ROOT_PATH}
|
||||
|
||||
curl --connect-timeout 600 --max-time 601 -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -A "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" ${WEB_URL}/Install
|
||||
|
||||
# Downloading tools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user