From 245ee9ce16610cead3d364afdc821a039d73cfad Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 17:43:43 -0700 Subject: [PATCH] 61-dev1.10 --- 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 6e3c0d2..2a89eb8 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -205,7 +205,7 @@ function handleAliasEnviron() { function handleDownloadInstall() { writeToLog "Handling download and install (function ran)\n" - if [[ "$idfGet" == "download" || -d "$idfDir" ]]; then + if [ "$idfGet" == "download" ]; then if [ -d "$idfDir" ]; then writeToLog "deleting $idfDir" rm -rf $idfDir diff --git a/version.txt b/version.txt index 9274d10..1622285 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-dev1.9 \ No newline at end of file +61-dev1.10 \ No newline at end of file