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