From c6af909787ba0256b9f09903d9274acf0cd6aeaf Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 22 Oct 2017 20:14:16 +0200 Subject: ^C abort in tmux. More polishing. --- nfs/nfs-autorun.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nfs') diff --git a/nfs/nfs-autorun.sh b/nfs/nfs-autorun.sh index b2be8b2..3a0df2f 100755 --- a/nfs/nfs-autorun.sh +++ b/nfs/nfs-autorun.sh @@ -15,9 +15,11 @@ firstdisk_test || exit 2 # Run the main action script if nfswrite_test then # Start deploy script after letting a chance to cancel it - pause10s ; source $scriptdir/image_deploy.sh + message deploy ; 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 - pause10s ; source $scriptdir/image_capture.sh + message capture ; pause10s; sfx_starting + source $scriptdir/image_capture.sh fi -- cgit v1.2.3