6-prerelease6.6.1

This commit is contained in:
2024-11-13 18:45:48 -07:00
parent d5865a1190
commit 40a80b3a8f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ startTime=$(date '+%s') # to time the (re)install time for the logs
gitBranch=master # branch from github
rcFile=$HOME/.zshrc # shell rc file
gitJobs=5 # number of jobs to download from github with
rebootMins=3 # minutes of warning before reboot
# get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT
# 2?/dev/null is to redirect any errors
@@ -197,7 +198,7 @@ function handleExport() {
backupExportScriptChk=$?
writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript"
echo cat $runningDir/add-to-export-sh.txt >> $exportScript
cat $runningDir/add-to-export-sh.txt >> $exportScript
returnStatus
exportCatChk=$?