diff options
Diffstat (limited to 'modules.d/80test/hard-off.sh')
-rwxr-xr-x | modules.d/80test/hard-off.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/80test/hard-off.sh b/modules.d/80test/hard-off.sh index 01acb19..cf44fb0 100755 --- a/modules.d/80test/hard-off.sh +++ b/modules.d/80test/hard-off.sh @@ -1,3 +1,3 @@ #!/bin/sh getargbool 0 rd.shell || poweroff -f -getargbool 0 failme && poweroff -f +! getargbool 0 rd.break && getargbool 0 failme && poweroff -f |