diff options
-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 |