fix redirection
[infrastructure.git] / scripts / create-vm.sh
index a4f228f..8652415 100755 (executable)
@@ -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