~核心下载提示及流程优化
~本机代理细节优化
~修复部分情况下不显示版本号的bug
This commit is contained in:
juewuy
2023-01-19 22:19:33 +08:00
parent f27a195bd9
commit 77908af189

View File

@@ -1,7 +1,8 @@
#! /bin/bash
# Copyright (C) Juewuy
echo='echo -e'
type bash &>/dev/null && shtype=bash || shtype=sh
echo='echo -e' && [ -n "$(echo -e|grep e)" ] && echo=echo
echo "***********************************************"
echo "** 欢迎使用 **"
@@ -61,7 +62,7 @@ gettar(){
error_down
exit 1
else
source $clashdir/init.sh
$shtype $clashdir/init.sh
fi
fi
}