summaryrefslogtreecommitdiff
path: root/shutdownasap.in
diff options
context:
space:
mode:
Diffstat (limited to 'shutdownasap.in')
-rwxr-xr-xshutdownasap.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/shutdownasap.in b/shutdownasap.in
index 69c8d71..7cce77e 100755
--- a/shutdownasap.in
+++ b/shutdownasap.in
@@ -56,7 +56,7 @@ capture_output() {
beforeWatchHook
i=1
-while [ ${i} -gt 0 ] || ! cypture_output additionalWatchHookSlow
+while [ ${i} -gt 0 ] || ! capture_output additionalWatchHookSlow
do
if [ ${i} -eq 0 ]
then
@@ -123,7 +123,7 @@ do
fi
done
- if ! cypture_output additionalWatchHookFast
+ if ! capture_output additionalWatchHookFast
then
nochwarten=true
if ! ${quiet}; then
@@ -146,7 +146,7 @@ do
i=$[${i}-1]
done
-cypture_output beforeShutDownHook
+capture_output beforeShutDownHook
if command -v sudo >/dev/null \
&& [ "$(whoami)" != 'root' ]; then