Storing output in ...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 12:36:52 +0000 (13:36 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 12:36:52 +0000 (13:36 +0100)
scripts/create-vm.sh

index 8652415..f4c88f0 100755 (executable)
@@ -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