From cdae33545f689401b2cf2b80aac48280da4832fc Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 02:56:09 -0700 Subject: [PATCH] 61-beta4.3.6.1 --- reinstall-esp-idf.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index ed21707..d7b82ff 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -610,7 +610,7 @@ elif [ "$arg" == "cron" -o "$arg" == "c" ]; then # full install with warn, sleep exit -elif [ "$arg" == "clearlogs" -o "$arg" == "cl" -o "$arg" == "clear" ]; then # clear logs +elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then # clear logs handleEmptyLogs exit diff --git a/version.txt b/version.txt index 69e9da3..918d2c9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta4.3.6 \ No newline at end of file +61-beta4.3.6.1 \ No newline at end of file