diff options
Diffstat (limited to 'nfs/nfs-autorun.sh')
-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 |