Commit 0a01fabf authored by Xiaowu Zhang's avatar Xiaowu Zhang

x

parent 45b6863d
...@@ -19,13 +19,16 @@ export PATH=$PATH:$HOME/.cargo/bin ...@@ -19,13 +19,16 @@ export PATH=$PATH:$HOME/.cargo/bin
rustup target add x86_64-unknown-linux-musl rustup target add x86_64-unknown-linux-musl
#echo "Enter ERP5 User"
echo "Enter ERP5 User" #read ERP5_USER
read ERP5_USER #echo "Enter ERP5 Password"
echo "Enter ERP5 Password" #read ERP5_PASS
read ERP5_PASS #echo "Enter ERP5 Base Url"
echo "Enter ERP5 Base Url" #read ERP5_BASE_URL
read ERP5_BASE_URL
ERP5_USER=zope
ERP5_PASS=lpybwhnu
ERP5_BASE_URL=https://softinst140097.host.vifib.net/erp5/
export ERP5_USER=$ERP5_USER export ERP5_USER=$ERP5_USER
export ERP5_PASS=$ERP5_PASS export ERP5_PASS=$ERP5_PASS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment