diff options
Diffstat (limited to 'abs/core/poweroff-scripts/halt.script')
-rw-r--r-- | abs/core/poweroff-scripts/halt.script | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/poweroff-scripts/halt.script b/abs/core/poweroff-scripts/halt.script index cfc05aa..dacf16a 100644 --- a/abs/core/poweroff-scripts/halt.script +++ b/abs/core/poweroff-scripts/halt.script @@ -1,4 +1,5 @@ #!/bin/bash +MYTH_RUN_STATUS="1" . /etc/profile INIT=`ps -p 1 -o comm=` if [ x$1 = x-w ] |