From 40a80b3a8fd0e7bd59d1e83ae50cfc2a9f9c3442 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 18:45:48 -0700 Subject: [PATCH] 6-prerelease6.6.1 --- reinstall-esp-idf.sh | 3 ++- version.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 51f2a7f..9503610 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -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=$? diff --git a/version.txt b/version.txt index 01cb2a3..46ab6b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6-prerelease6.6 \ No newline at end of file +6-prerelease6.6.1 \ No newline at end of file