diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-22 20:14:16 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-22 20:14:16 +0200 |
commit | c6af909787ba0256b9f09903d9274acf0cd6aeaf (patch) | |
tree | 758979051b65d085e4986466df84587043b419f6 /nfs | |
parent | 8142ffde3037976e152711f902ad9622aa1b7cba (diff) | |
download | eficast-c6af909787ba0256b9f09903d9274acf0cd6aeaf.tar.gz eficast-c6af909787ba0256b9f09903d9274acf0cd6aeaf.tar.bz2 eficast-c6af909787ba0256b9f09903d9274acf0cd6aeaf.zip |
^C abort in tmux. More polishing.
Diffstat (limited to 'nfs')
-rwxr-xr-x | nfs/nfs-autorun.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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 |