X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-initvm.sh;h=3bdd9fae5b6b227fba155bc348fe04a30a5953f9;hb=b68445ade01409333287ea0a8e7dc91858b89845;hp=9e1b420b61cf556db02d2ce35046be7cfdbad809;hpb=862ea1525607b04e2f786ba95cc5146750ec332c;p=build.git diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index 9e1b420b..3bdd9fae 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -1,6 +1,9 @@ #!/bin/bash # -*-shell-*- +# close stdin, as with ubuntu and debian VMs this script tends to hang and wait for input .. +0<&- + #shopt -s huponexit COMMAND=$(basename $0)