diff options
Diffstat (limited to 'nfs/scripts/image_capture.sh')
-rw-r--r-- | nfs/scripts/image_capture.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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_<hostname>.sh) +# Print all variables and start the capture using the customized script (image_capture_<hostname>.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 |