diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index cd94284..66df190 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -242,7 +242,6 @@ function testAppendAlias() { echo "Testing alias '$1'" alias $1 2>/dev/null # redirect errrors to keep it lookan clean ret=$? - echo -e "\tretcode: $ret" if [ ! $ret -eq 0 ]; then writeToLog "$1 not found, appending to $rcFile" echo "$2" >> "$rcFile" diff --git a/todo.txt b/todo.txt index fd77693..4173fc1 100644 --- a/todo.txt +++ b/todo.txt @@ -38,11 +38,12 @@ testan: b bash reinstall-esp-idf.sh retool b bash reinstall-esp-idf.sh rt x bash reinstall-esp-idf.sh - bash reinstall-esp-idf.sh clearlogs - bash reinstall-esp-idf.sh clear - bash reinstall-esp-idf.sh cl + x bash reinstall-esp-idf.sh clearlogs + x bash reinstall-esp-idf.sh clear + x bash reinstall-esp-idf.sh clean + x bash reinstall-esp-idf.sh cl x bash reinstall-esp-idf.sh interactive - bash reinstall-esp-idf.sh i + x bash reinstall-esp-idf.sh i bash reinstall-esp-idf.sh nuke bash reinstall-esp-idf.sh n bash reinstall-esp-idf.sh cron diff --git a/version.txt b/version.txt index e01cae1..9dc135a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6-prerelease3 \ No newline at end of file +6-prerelease4 \ No newline at end of file