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