diff options
author | Erich Eckner <git@eckner.net> | 2021-11-14 12:44:08 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-11-14 12:44:08 +0100 |
commit | be1f715b2b8e2fb35e586d8b066a7d3835c30536 (patch) | |
tree | 303ff6f6b9580ad7d71fc7666a773979bfa10bd4 | |
parent | ec6d07798ed4192f9e3cc701102c4572e0a3ee22 (diff) | |
download | shutdownasap-be1f715b2b8e2fb35e586d8b066a7d3835c30536.tar.xz |
fix typo
-rwxr-xr-x | shutdownasap.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdownasap.in b/shutdownasap.in index af7a1c3..384425d 100755 --- a/shutdownasap.in +++ b/shutdownasap.in @@ -111,7 +111,7 @@ do -exec grep -HvxF '0' {} + ) || true if [ -n "${errors}" ]; then - nochWarten=true + nochwarten=true if ! ${quiet}; then printf 'unclean raid array(s):\n%s\n' "${errors}" fi |