diff options
-rwxr-xr-x | shutdownasap.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdownasap.in b/shutdownasap.in index 0afd586..378e70c 100755 --- a/shutdownasap.in +++ b/shutdownasap.in @@ -36,7 +36,7 @@ do do if [ -r "${synActFile}" ] && ! grep -q "^idle\$" "${synActFile}" then - nlochWarten=true + nochWarten=true echo -n "raid ${synActFile}: " cat "${synActFile}" fi |