From 39a987ed939c8b459a678d150d8be0474ea5d652 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 01:11:18 -0700 Subject: [PATCH] 61-beta2 --- reinstall-esp-idf.sh | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 5f89a9b..071d959 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -310,9 +310,9 @@ function handleDownloadInstall() { commitHash=$(git -C $idfDir rev-parse HEAD) returnStatus - gitDataLog="installed esp-idf from commit $commitHash from branch $gitBranch using $scriptVers" + gitDataLog="$(date '+%d/%m/%Y %H:%M:%S %Z (%s)') commit $commitHash branch $gitBranch version $scriptVers action $action" writeToLog "$gitDataLog" - echo -e "$gitDataLog" >> $versionData + echo "$gitDataLog" >> $versionData returnStatus } diff --git a/version.txt b/version.txt index 18f9138..1dc2e90 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-beta1.1 \ No newline at end of file +61-beta2 \ No newline at end of file