From 12a01e8f0104b18cca462ecf83682330142e50ff Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Fri, 12 Jun 2009 13:13:29 +0000 Subject: [PATCH] poweroff(8) aesthetics --- commands/scripts/poweroff.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/scripts/poweroff.sh b/commands/scripts/poweroff.sh index ccdf69952..ca82b5ce1 100644 --- a/commands/scripts/poweroff.sh +++ b/commands/scripts/poweroff.sh @@ -10,4 +10,6 @@ fi PATH=/usr/bin:$PATH +trap "" 15 + shutdown -x off -- 2.44.0