Update config added reboot to wall echo

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 9ca5a669af
commit 3ee9217c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -850,6 +850,7 @@ fi
if [ "$reboot" = "1" ] ; then if [ "$reboot" = "1" ] ; then
if [ "$noreboot" = "0" ] ; then if [ "$noreboot" = "0" ] ; then
echo 'Reboot due to mode change!' | wall
echo "Rebooting" echo "Rebooting"
sudo systemctl stop rpitx sudo systemctl stop rpitx
sudo reboot now sudo reboot now

Loading…
Cancel
Save

Powered by TurnKey Linux.