~修复手动下载内核始终报错的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

View File

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