Browse Source

modified: a-team/scripts/install/applytweaks.sh

revert-24-test_rpcbind_to_assetname
blackjok3r 7 years ago
parent
commit
75435c5dc2
  1. 3
      a-team/scripts/install/applytweaks.sh

3
a-team/scripts/install/applytweaks.sh

@ -1,5 +1,6 @@
#Check if BBR Module is avalible
if [ "$(sudo modprobe tcp_bbr)" != "" ]
sudo modprobe tcp_bbr
if [ $? -ne 0 ]
then
echo "tcp_bbr Module not supported, install other network tweaks"
sudo cp 01-notary.conf /etc/sysctl.d/

Loading…
Cancel
Save