summaryrefslogtreecommitdiff
path: root/shutdownasap.in
diff options
context:
space:
mode:
Diffstat (limited to 'shutdownasap.in')
-rwxr-xr-xshutdownasap.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/shutdownasap.in b/shutdownasap.in
index 1206fb5..146725a 100755
--- a/shutdownasap.in
+++ b/shutdownasap.in
@@ -21,7 +21,7 @@ fi
beforeWatchHook
i=1
-while [ ${i} -gt 0 ] || ! additionalWatchHook
+while [ ${i} -gt 0 ] || ! additionalWatchHookSlow
do
if [ ${i} -eq 0 ]
then
@@ -84,6 +84,14 @@ do
fi
done
+ if ! additionalWatchHookFast
+ then
+ nochwarten=true
+ if ! ${quiet}; then
+ echo "additionalWatchHookFast"
+ fi
+ fi
+
if ${nochwarten}
then
if ! ${quiet}; then