From 5f0e6c84ebf16a76c5420649b9112271e7f095a0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Aug 2014 17:27:41 +0200 Subject: Fix shutdown regression introduced in 9022506f. --- ctrlaltdel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ctrlaltdel') 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 -- cgit 1.4.1