From 0c450b81c1e536a00272b73dcceaebb97d829e93 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 17:46:08 -0700 Subject: [PATCH] 61-dev1.12 --- reinstall-esp-idf.sh | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 0e4352c..748b1ba 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -205,9 +205,9 @@ function handleAliasEnviron() { function handleDownloadInstall() { writeToLog "Handling download and install (function ran)\n" - if [ "$idfGet" == "download" || ! -d "$idfDir" ]; then + if [[ "$idfGet" == "download" || ! -d "$idfDir" ]]; then writeToLog "Setting for download mode\n" - + if [ -d "$idfDir" ]; then writeToLog "deleting $idfDir" rm -rf $idfDir diff --git a/version.txt b/version.txt index 74960c7..554be92 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-dev1.11 \ No newline at end of file +61-dev1.12 \ No newline at end of file