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