Commit bf386bb8 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix default URL of registry

parent 7a2e43e6
......@@ -26,9 +26,9 @@ function configure {
exit 1
fi
read -p "Give the registry you want to use [http://re6stnet.grandenet.cn]: " registry
read -p "Give the registry you want to use [http://re6stnet.gnet.erp5.cn]: " registry
if [ "${registry}" == "" ] ; then
registry="http://re6stnet.grandenet.cn"
registry="http://re6stnet.gnet.erp5.cn"
fi
......
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