diff options
author | Erich Eckner <git@eckner.net> | 2021-04-28 06:26:35 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-28 06:26:35 +0200 |
commit | 8d52f60743d07cbb2ea266b6d102877060948b08 (patch) | |
tree | a499d0ac56138373bb7c7e6314c9133cb428fc93 | |
parent | dd09afa461b815c2d90f22148df5d53203f022c2 (diff) | |
download | shutdownasap-8d52f60743d07cbb2ea266b6d102877060948b08.tar.xz |
shutdownasap: fix typos
-rwxr-xr-x | shutdownasap.in | 6 |
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 |