6-prerelease6.2
This commit is contained in:
@@ -182,10 +182,14 @@ function handleExport() {
|
||||
# restoreExportScriptChk=$?
|
||||
# fi
|
||||
|
||||
writeToLog "Deleting $exportBackupScript"
|
||||
rm -f $exportBackupScript
|
||||
returnStatus
|
||||
rmExportBackupChk=$?
|
||||
if [ -f $exportBackupScript ]; then
|
||||
writeToLog "Deleting $exportBackupScript"
|
||||
rm -f $exportBackupScript
|
||||
returnStatus
|
||||
rmExportBackupChk=$?
|
||||
else
|
||||
writeToLog "$exportBackupScript not found, skipping delete\n"
|
||||
fi
|
||||
|
||||
writeToLog "Backing up $exportScript to $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 involves testExport prolly lol
|
||||
x issue be in retool
|
||||
|
||||
x remove the log writes at entry functions
|
||||
|
||||
testan:
|
||||
x bash reinstall-esp-idf.sh help
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
6-prerelease6.1
|
||||
6-prerelease6.2
|
||||
Reference in New Issue
Block a user