~修复小闪存模式部分情况下启动报错的bug

This commit is contained in:
juewuy
2026-02-15 20:37:11 +08:00
parent cae9613225
commit 31bf9915c6
3 changed files with 5 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ userguide() {
read -r -p "$COMMON_INPUT_R" res
[ "$res" = 1 ] && {
BINDIR=/tmp/ShellCrash
setconfig BINDIR /tmp/ShellCrash "$CRASHDIR"/configs/command.env
sed -i "s#BINDIR=.*#BINDIR=$BINDIR" "$CRASHDIR"/configs/command.env
}
fi