From 22443bf12729c5fed9a14da5e90d3c1c9d9870b3 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 9 Jan 2017 11:46:27 +0900 Subject: [PATCH] update comment --- bbr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbr.sh b/bbr.sh index 63da890..032407d 100644 --- a/bbr.sh +++ b/bbr.sh @@ -132,7 +132,7 @@ install_config() { grub2-set-default 0 fi elif [[ "${release}" == "debian" || "${release}" == "ubuntu" ]]; then - update-grub + /usr/sbin/update-grub fi sed -i '/net.core.default_qdisc/d' /etc/sysctl.conf