From 9a55c06d0d5d1c395a3c32e337ac57bd2ff2a361 Mon Sep 17 00:00:00 2001 From: iiiiiii1 <25471406+iiiiiii1@users.noreply.github.com> Date: Fri, 11 May 2018 20:07:52 +0800 Subject: [PATCH] Update socat.sh --- socat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socat.sh b/socat.sh index a979c20..7329e0e 100644 --- a/socat.sh +++ b/socat.sh @@ -66,7 +66,7 @@ start_socat(){ source /etc/os-release &>/dev/null if [[ "${ID}" == "debian" && ${VERSION_ID} -ge 9 ]];then echo -e "${Green}检测到【Debian ${VERSION_ID}】无/etc/rc.local自启,正在为其配置... ${Font} " - elif [[ "${ID}" == "ubuntu" && `echo "${VERSION_ID}" | cut -d '.' -f1` -ge 18 ]];then + elif [[ "${ID}" == "ubuntu" && `echo "${VERSION_ID}" | cut -d '.' -f1` -ge 17 ]];then echo -e "${Green}检测到【Ubuntu ${VERSION_ID}】无/etc/rc.local自启,正在为其配置... ${Font} " echo "[Unit] Description=/etc/rc.local