fix sed error

This commit is contained in:
Wanfung Chu
2026-05-07 00:24:28 +08:00
committed by GitHub
parent bbc0b35b16
commit d37ffc53e0

View File

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