From 24107b9cd3dd434e36fae12429684652dd05530d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 10:44:26 -0400 Subject: [PATCH] Update config restart transmit after C2C change --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 2f64e227..8cf523a3 100755 --- a/config +++ b/config @@ -745,6 +745,8 @@ elif [ "$1" = "-T" ]; then # reboot=1 echo "restarting command and control" sudo systemctl restart command + echo "restarting transmit" + sudo systemctl restart transmit ## sudo reboot now fi @@ -761,6 +763,8 @@ elif [ "$1" = "-T" ]; then echo "restarting command and control" # reboot=1 sudo systemctl restart command + echo "restarting transmit" + sudo systemctl restart transmit ## sudo reboot now fi