6-prerelease6.2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -1 +1 @@
|
|||||||
6-prerelease6.1
|
6-prerelease6.2
|
||||||
Reference in New Issue
Block a user