From: Thierry Parmentelat Date: Tue, 4 Feb 2014 12:35:26 +0000 (+0100) Subject: fix redirection X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7203a5a4316f16a96bcf9e59254c6e35bc4bf0b8;p=infrastructure.git fix redirection --- 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