Update config restart transmit after C2C change

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent 12a1a02179
commit 24107b9cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -745,6 +745,8 @@ elif [ "$1" = "-T" ]; then
# reboot=1 # reboot=1
echo "restarting command and control" echo "restarting command and control"
sudo systemctl restart command sudo systemctl restart command
echo "restarting transmit"
sudo systemctl restart transmit
## sudo reboot now ## sudo reboot now
fi fi
@ -761,6 +763,8 @@ elif [ "$1" = "-T" ]; then
echo "restarting command and control" echo "restarting command and control"
# reboot=1 # reboot=1
sudo systemctl restart command sudo systemctl restart command
echo "restarting transmit"
sudo systemctl restart transmit
## sudo reboot now ## sudo reboot now
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.