6-prerelease5
This commit is contained in:
@@ -163,9 +163,8 @@ function handleExport() {
|
|||||||
# writeToLog "Handling $exportScript (function ran)\n"
|
# writeToLog "Handling $exportScript (function ran)\n"
|
||||||
if [ -z $testExport ]; then
|
if [ -z $testExport ]; then
|
||||||
writeToLog "testExport not set\n"
|
writeToLog "testExport not set\n"
|
||||||
|
|
||||||
writeToLog "Backing up $exportScript to $exportBackupScript"
|
writeToLog "Backing up $exportScript to $exportBackupScript"
|
||||||
cp -f $exportScript $exportBackupScript
|
cp $exportScript $exportBackupScript 2>/dev/null
|
||||||
returnStatus
|
returnStatus
|
||||||
backupExportScriptChk=$?
|
backupExportScriptChk=$?
|
||||||
else
|
else
|
||||||
@@ -183,7 +182,7 @@ function handleExport() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript"
|
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
|
returnStatus
|
||||||
exportCatChk=$?
|
exportCatChk=$?
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ testan:
|
|||||||
x bash reinstall-esp-idf.sh cl
|
x bash reinstall-esp-idf.sh cl
|
||||||
x bash reinstall-esp-idf.sh interactive
|
x bash reinstall-esp-idf.sh interactive
|
||||||
x bash reinstall-esp-idf.sh i
|
x bash reinstall-esp-idf.sh i
|
||||||
bash reinstall-esp-idf.sh nuke
|
x bash reinstall-esp-idf.sh nuke
|
||||||
bash reinstall-esp-idf.sh n
|
x bash reinstall-esp-idf.sh n
|
||||||
bash reinstall-esp-idf.sh cron
|
bash reinstall-esp-idf.sh cron
|
||||||
bash reinstall-esp-idf.sh c
|
bash reinstall-esp-idf.sh c
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
6-prerelease4
|
6-prerelease5
|
||||||
Reference in New Issue
Block a user