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