6-prerelease6.2

This commit is contained in:
2024-11-13 17:47:34 -07:00
parent 198c012ba0
commit fe1e95216f
3 changed files with 10 additions and 6 deletions
+4
View File
@@ -182,10 +182,14 @@ function handleExport() {
# restoreExportScriptChk=$? # restoreExportScriptChk=$?
# fi # fi
if [ -f $exportBackupScript ]; then
writeToLog "Deleting $exportBackupScript" writeToLog "Deleting $exportBackupScript"
rm -f $exportBackupScript rm -f $exportBackupScript
returnStatus returnStatus
rmExportBackupChk=$? rmExportBackupChk=$?
else
writeToLog "$exportBackupScript not found, skipping delete\n"
fi
writeToLog "Backing up $exportScript to $exportBackupScript" writeToLog "Backing up $exportScript to $exportBackupScript"
cp $exportScript $exportBackupScript cp $exportScript $exportBackupScript
+1 -1
View File
@@ -29,7 +29,7 @@ x standardize the capatilization and format and content of notes
x bug: duplicate export added to export.sh x bug: duplicate export added to export.sh
x involves testExport prolly lol x involves testExport prolly lol
x issue be in retool x issue be in retool
x remove the log writes at entry functions
testan: testan:
x bash reinstall-esp-idf.sh help x bash reinstall-esp-idf.sh help
+1 -1
View File
@@ -1 +1 @@
6-prerelease6.1 6-prerelease6.2