~增加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

@@ -1665,7 +1665,7 @@ update(){
update
elif [ "$num" = 9 ]; then
$0 -u
crash -u
exit
elif [ "$num" = 99 ]; then
@@ -1863,7 +1863,7 @@ testcommand(){
$CRASHDIR/start.sh stop
if [ "$crashcore" = singbox ] ;then
$BINDIR/CrashCore run -D $BINDIR -c $TMPDIR/config.json &
{ sleep 2 ; kill $! &>/dev/null & }
{ sleep 4 ; kill $! &>/dev/null & }
wait
else
$BINDIR/CrashCore -t -d $BINDIR -f $TMPDIR/config.yaml