Browse Source

fix containers5

master 0.7.6
pvincent 4 years ago
parent
commit
2bb8ea5616
  1. 4
      install.sh

4
install.sh

@ -9,8 +9,8 @@ function usage {
}
function install_host {
echo "install host"
echo --------------
echo "install on: $HOSTNAME"
echo ----------------------
[ `id -u` -ne 0 ] && echo 'root privilege required' && exit 1

Loading…
Cancel
Save