From b0d9ca448002c0689b02771f64cee61376be1671 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 18:10:55 -0700 Subject: [PATCH] 61-alpha0.1 --- reinstall-esp-idf.sh | 6 ++---- version.txt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index b4eec8a..b665292 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -431,12 +431,10 @@ elif [ "$arg" == "interactive" -o "$arg" == "i" ]; then gitJobs=$readGitJobs fi - if [ -z $readIdfGet ]; then + if [ ! -z $readIdfGet ]; then idfGet=$readIdfGet - else - idfGet="update" fi - + writeToLog "\n === new ${action} ===\n" writeToLog "\tVersion: ${scriptVers}\n" diff --git a/version.txt b/version.txt index df1103e..bad91bc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha \ No newline at end of file +61-alpha0.1 \ No newline at end of file