Commit 84c28da5 authored by Jondy Zhao's avatar Jondy Zhao

slapos-build-installer:

  add function show_usage
  support re-run script
  remove trailing slash of cygwin_home
  add progress information when run script
parent df1a90be
This diff is collapsed.
......@@ -174,7 +174,7 @@ csih_error "download bootstrap.py failed"
csih_inform "download bootstrap.py OK"
[[ -f /opt/slapos/bin/buildout ]] ||
(cd /opt/slapos && python -S bootstrap.py) ||
(cd /opt/slapos && python -S bootstrap.py) ||
csih_error "run bootstrap.py failed"
csih_inform "run bootstrap.py OK"
......
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