diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 66df190..70b5578 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -163,9 +163,8 @@ function handleExport() { # writeToLog "Handling $exportScript (function ran)\n" if [ -z $testExport ]; then writeToLog "testExport not set\n" - writeToLog "Backing up $exportScript to $exportBackupScript" - cp -f $exportScript $exportBackupScript + cp $exportScript $exportBackupScript 2>/dev/null returnStatus backupExportScriptChk=$? else @@ -183,7 +182,7 @@ function handleExport() { fi writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript" - cat $runningDir/add-to-export-sh.txt >> $exportScript + echo cat $runningDir/add-to-export-sh.txt >> $exportScript returnStatus exportCatChk=$? diff --git a/todo.txt b/todo.txt index 4173fc1..2ff1f95 100644 --- a/todo.txt +++ b/todo.txt @@ -44,8 +44,8 @@ testan: x bash reinstall-esp-idf.sh cl x bash reinstall-esp-idf.sh interactive x bash reinstall-esp-idf.sh i - bash reinstall-esp-idf.sh nuke - bash reinstall-esp-idf.sh n + x bash reinstall-esp-idf.sh nuke + x bash reinstall-esp-idf.sh n bash reinstall-esp-idf.sh cron bash reinstall-esp-idf.sh c diff --git a/version.txt b/version.txt index 9dc135a..daf164a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6-prerelease4 \ No newline at end of file +6-prerelease5 \ No newline at end of file