diff options
author | Ludovic Pouzenc <ludovic.pouzenc@mines-albi.fr> | 2017-10-27 17:00:11 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic.pouzenc@mines-albi.fr> | 2017-10-27 17:00:11 +0200 |
commit | 6f39be0aae716a86b410556630ac48ed4da4c6f5 (patch) | |
tree | ffc58082a84e332ce0aa3ee2c6299a4b221eed4d /nfs/scripts/image_capture.sh | |
parent | 211e646859ee028a0a66b67c96057a2f1a6a82ba (diff) | |
download | eficast-6f39be0aae716a86b410556630ac48ed4da4c6f5.tar.gz eficast-6f39be0aae716a86b410556630ac48ed4da4c6f5.tar.bz2 eficast-6f39be0aae716a86b410556630ac48ed4da4c6f5.zip |
capture and deploy script updates (not finished yet)
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 |