From 7203a5a4316f16a96bcf9e59254c6e35bc4bf0b8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 4 Feb 2014 13:35:26 +0100 Subject: [PATCH] fix redirection --- scripts/create-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0