From cf81fed0c9277550e6b98927f7ff2f8eb5de7b40 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 4 Jul 2020 23:38:38 +0200 Subject: Add blkdiscard on image. Add nfs scripts newer examples. --- nfs/nfs-autorun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nfs/nfs-autorun.sh') diff --git a/nfs/nfs-autorun.sh b/nfs/nfs-autorun.sh index 04cdf0e..130e58a 100755 --- a/nfs/nfs-autorun.sh +++ b/nfs/nfs-autorun.sh @@ -18,11 +18,11 @@ firstdiskp=$(firstdiskp "$firstdisk") # Run the main action script if nfswrite_test then # Start deploy script after letting a chance to cancel it - message deploy ; pause10s; sfx_starting + message deploy; message ${firstdisk#/dev/}; pause10s; sfx_starting source $scriptdir/image_deploy.sh else scriptavailability_test image_capture_${hostname}.sh || exit 3 # Start capture script if all it needs is available - message capture ; pause10s; sfx_starting + message capture ; message ${firstdisk#/dev/}; pause10s; sfx_starting source $scriptdir/image_capture.sh fi -- cgit v1.2.3