~修复手动下载内核始终报错的bug
This commit is contained in:
juewuy
2023-01-20 11:14:59 +08:00
parent a8be67520a
commit aa0393f456
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -25,6 +25,6 @@ if [ -z $(pidof clash) ]; then
/etc/init.d/clash enable /etc/init.d/clash enable
fi fi
else else
#重启clash sleep 10
$clashdir/start.sh start $clashdir/start.sh restart
fi fi