From a0cd59a07d969be43d6fb561b3f68c2de628c77a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 08:35:34 -0700 Subject: [PATCH] 60-beta.1 --- cron-reinstall-esp-idf.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index 155125a..41457fa 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -234,7 +234,7 @@ function handleEnd() { writeToLog " === $(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): finished ===\n\n" } -if [ "$arg" == "--help" || "$arg" == "help" || "$arg" == "-h" || "$arg" == "h" ]; then +if [ "$arg" == "--help" -o "$arg" == "help" -o "$arg" == "-h" -o "$arg" == "h" ]; then cat $helpText; exit diff --git a/version.txt b/version.txt index ee8a89c..0944db1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-beta.0 \ No newline at end of file +60-beta.1 \ No newline at end of file