From 87beb9c46975f196e5953f02452016c5939efa53 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Fri, 12 Jun 2009 13:17:33 +0000 Subject: [PATCH] better solution for poweroff(8) --- commands/scripts/poweroff.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/scripts/poweroff.sh b/commands/scripts/poweroff.sh index ca82b5ce1..92c563fba 100644 --- a/commands/scripts/poweroff.sh +++ b/commands/scripts/poweroff.sh @@ -10,6 +10,4 @@ fi PATH=/usr/bin:$PATH -trap "" 15 - -shutdown -x off +exec shutdown -x off -- 2.44.0