From 3ee9217c821b0704606c1d1b4b332384bc509151 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 16:16:20 -0400 Subject: [PATCH] Update config added reboot to wall echo --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index fdb2f786..5f103d62 100755 --- a/config +++ b/config @@ -850,6 +850,7 @@ fi if [ "$reboot" = "1" ] ; then if [ "$noreboot" = "0" ] ; then + echo 'Reboot due to mode change!' | wall echo "Rebooting" sudo systemctl stop rpitx sudo reboot now