Update l2tp.sh

This commit is contained in:
starry
2025-12-17 19:37:29 +08:00
committed by GitHub
parent ae8ecf4865
commit a56243cac4

View File

@@ -29,7 +29,7 @@ check_root(){
if [ ! -c "/dev/ppp" ]; then
echo -e "${Error} 警告: 当前内核不支持PPP无法安装L2TP。"
echo -e "${Tip} 当前内核版本: $(uname -r)"
echo -e "${Tip} 请更换支持PPP的标准Linux内核。"
echo -e "${Tip} 请更换支持PPP的标准Linux内核。"
exit 1
fi
}