6-prerelease5

This commit is contained in:
2024-11-13 16:56:35 -07:00
parent 39cc495d15
commit 4b56559b61
3 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -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=$?