v1.0.0beta15.7
~优化了定时任务实现方式,适配更多设备 ~优化了配置文件修饰方式 ~优化了启动和关闭进程时的检测,修复错误 ~优化了非root用户体验 ~优化脚本结构
This commit is contained in:
@@ -841,11 +841,8 @@ testcommand(){
|
||||
elif [ "$num" = 1 ]; then
|
||||
$clashdir/start.sh stop
|
||||
echo -----------------------------------------------
|
||||
[ -f /tmp/clash/config.yaml ] && confdir='-f /tmp/clash/config.yaml'
|
||||
$clashdir/clash -t -d $clashdir $confdir
|
||||
|
||||
$clashdir/clash -t -d $clashdir
|
||||
[ "$?" = 0 ] && testover=32m测试通过!|| testover=31m出现错误!请截图后到TG群询问!!!
|
||||
echo -----------------------------------------------
|
||||
echo -e "\033[$testover\033[0m"
|
||||
exit;
|
||||
elif [ "$num" = 2 ]; then
|
||||
|
||||
Reference in New Issue
Block a user