X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fcreate-vm.sh;fp=scripts%2Fcreate-vm.sh;h=8652415afd818f2947088113bc965b908502a389;hb=7203a5a4316f16a96bcf9e59254c6e35bc4bf0b8;hp=a4f228fb42ffd9a1f61e12e1c44f25015a3e7d38;hpb=64d35502e99ba4409177421681a17d0cc1fbab93;p=infrastructure.git diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index a4f228f..8652415 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -56,5 +56,5 @@ if [ -n "$INTERACTIVE" ] ; then read answer ; case $answer in [nN]*) exit 1 ;; esac fi -$command 2>&1 > $LOGS/$container.log +$command >& $LOGS/$container.log