diff options
Diffstat (limited to 'ctrlaltdel')
-rwxr-xr-x | ctrlaltdel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctrlaltdel b/ctrlaltdel index af70ed6..7738067 100755 --- a/ctrlaltdel +++ b/ctrlaltdel @@ -7,5 +7,4 @@ MSG="System is going down..." touch /run/runit/reboot # Proceed with shutdown process -touch /etc/runit/stopit -chmod 100 /etc/runit/stopit && echo "$MSG" | wall +echo "$MSG" | wall |