Skip to content

Commit

Permalink
Merge pull request #409 from Googulator/fix-premature-shutdown
Browse files Browse the repository at this point in the history
Fix panic due to after.sh prematurely quitting on shutdown
  • Loading branch information
fosslinux authored Jan 12, 2024
2 parents 754d967 + 36c1925 commit 1ddc0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/improve/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ if [ "${CHROOT}" = False ]; then
echo u > /proc/sysrq-trigger
mount -o remount,ro /
echo o > /proc/sysrq-trigger # power off
while true; do sleep 1; done
fi

0 comments on commit 1ddc0bc

Please sign in to comment.