Update socat.sh

master
iiiiiii1 2018-05-11 19:38:32 +08:00 committed by GitHub
parent 46bca963b8
commit f53a7e3daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ start_socat(){
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
echo -e "$${Green}检测到Ubuntu${VERSION_ID}无/etc/rc.local自启正在为其配置... ${Font} "
echo -e "${Green}检测到Ubuntu${VERSION_ID}无/etc/rc.local自启正在为其配置... ${Font} "
echo "[Unit]
Description=/etc/rc.local
ConditionPathExists=/etc/rc.local