Skip to content

Commit

Permalink
Update optimise_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrill0 authored Jan 13, 2024
1 parent 30b9b87 commit e82deed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion optimise_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ if ! sysctl net.ipv4.tcp_available_congestion_control | grep -q 'bbr'; then
echo
echo " Включен модуль bbr"
echo " Перезагрузите сервер и повторите команду «\\033[33m./optimise_server.sh\\033[0m»"

echo

exit 0
fi

Expand Down Expand Up @@ -39,5 +40,6 @@ clear
echo
echo " Оптимизация сервера \\033[32mвыполнена\\033[0m"
echo " Перезагрузите сервер командой «\\033[33mreboot\\033[0m»"
echo

rm -- "$0"

0 comments on commit e82deed

Please sign in to comment.