From ae40e9c6a450715fb4223808f00fda12ff439666 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 2 May 2024 11:24:11 +0800 Subject: [PATCH] Update backtrace_install.sh --- backtrace_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtrace_install.sh b/backtrace_install.sh index 3eb09c3..fc87f25 100644 --- a/backtrace_install.sh +++ b/backtrace_install.sh @@ -82,7 +82,7 @@ case $os in esac chmod 777 backtrace -if [ !-f /usr/bin/backtrace ]; then +if [ ! -f /usr/bin/backtrace ]; then mv backtrace /usr/bin/ backtrace else