diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 4b16914..b35da0b 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -441,7 +441,7 @@ function handleStart() { } function handleEmptyLogs() { - echo -e "\n\nDeleting $log" + echo -e "\nDeleting $log" rm -f $log echo -e "\tReturn status: ${?}\n" @@ -465,7 +465,7 @@ function handleUninstall() { echo -e "Deleting $idfDir" rm -rf $idfDir - echo -e "\tReturn status: ${?}\n" + echo -e "\tReturn status: ${?}" handleEmptyLogs } diff --git a/version.txt b/version.txt index 20e8f89..881933b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6-prerelease6.4.1 \ No newline at end of file +6-prerelease6.4.2 \ No newline at end of file