Skip to content

Commit

Permalink
fix: check reboot for rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchainw committed Mar 11, 2024
1 parent fe75109 commit 1fdab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockpi-quad/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ case "$model" in
echo "dtoverlay=pwm,pin=13,func=4" >> /boot/config.txt
fi
mv /usr/bin/rockpi-quad/env/rpi4.env /etc/rockpi-quad.env
systemctl start rockpi-quad.service
checkReboot
;;
*"Radxa ROCK 4SE"* | *"ROCK Pi 4"*)
if [ "$(is_armbian)" = "true" ]; then
Expand Down

0 comments on commit 1fdab94

Please sign in to comment.