Skip to content

Commit

Permalink
Merge pull request #398 from Googulator/after-fix
Browse files Browse the repository at this point in the history
Fix spelling of sysrq-trigger in after.sh
  • Loading branch information
stikonas authored Jan 9, 2024
2 parents 9ec4565 + 8206214 commit 959ea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/improve/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "${CHROOT}" = False ]; then
swapoff -a &> /dev/null || true
sync
# sysrq to avoid device busy; then mount to wait for it to finish
echo u > /proc/sysrq_trigger
echo u > /proc/sysrq-trigger
mount -o remount,ro /
echo o > /proc/sysrq_trigger # power off
echo o > /proc/sysrq-trigger # power off
fi

0 comments on commit 959ea69

Please sign in to comment.