diff --git a/a-team/scripts/install/applytweaks.sh b/a-team/scripts/install/applytweaks.sh index cfe6b2d..93f0eb0 100755 --- a/a-team/scripts/install/applytweaks.sh +++ b/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/