~增加8-1-1命令等待时长
~自动同步ntp的任务当检测到singbox内核时不会运行
~修复singbox内核启动时geosite-cn相关报错
~修复singbox内核无法正确还原面板节点的问题
~修复卸载时报错source未找到
~修复升级或覆盖安装时界面卡死的bug
This commit is contained in:
juewuy
2024-01-13 19:39:15 +08:00
parent ea1b44669d
commit 0e402881a1
8 changed files with 13 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ reset_firewall(){ #重设透明路由防火墙
${CRASHDIR}/start.sh afstart
}
ntp(){
ckcmd ntpd && ntpd -n -q -p 203.107.6.88 &>/dev/null || exit 0 &
[ "$crashcore" != singbox ] && ckcmd ntpd && ntpd -n -q -p 203.107.6.88 &>/dev/null || exit 0 &
}
#任务工具