From b20b4e9a320e52c38f7899cd1a171a90d1a3fc1c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 4 Feb 2014 13:36:52 +0100 Subject: [PATCH] Storing output in ... --- scripts/create-vm.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0