From: Thierry Parmentelat Date: Tue, 4 Feb 2014 12:36:52 +0000 (+0100) Subject: Storing output in ... X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b20b4e9a320e52c38f7899cd1a171a90d1a3fc1c;p=infrastructure.git Storing output in ... --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 8652415..f4c88f0 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -56,5 +56,6 @@ if [ -n "$INTERACTIVE" ] ; then read answer ; case $answer in [nN]*) exit 1 ;; esac fi +echo "Storing output in $LOGS/$container.log" $command >& $LOGS/$container.log