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