From 6f39be0aae716a86b410556630ac48ed4da4c6f5 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 27 Oct 2017 17:00:11 +0200 Subject: capture and deploy script updates (not finished yet) --- nfs/scripts/image_capture.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nfs/scripts/image_capture.sh') diff --git a/nfs/scripts/image_capture.sh b/nfs/scripts/image_capture.sh index 53c75ad..47aad9c 100644 --- a/nfs/scripts/image_capture.sh +++ b/nfs/scripts/image_capture.sh @@ -14,7 +14,11 @@ cd "$outdir" mkdir logs date >logs/date.log -# Start the capture using the customized script (image_capture_.sh) +# Print all variables and start the capture using the customized script (image_capture_.sh) +setterm -bold on +env +setterm -bold off +echo_color green black "$scriptdir/image_capture_${hostname}.sh script will run on tty1 now" source $scriptdir/image_capture_${hostname}.sh date >>logs/date.log -- cgit v1.2.3