From 228e2205517f8fb13eb885e0a880aef2399b6eb5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Nov 2024 03:05:21 -0700 Subject: [PATCH] werfg --- cron-reinstall-esp-idf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index b0abd58..7611a20 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -1,5 +1,5 @@ #!/bin/bash -cronVers=19 # version of this script +cronVers=20 # version of this script sleepSecs=3 # testing: @@ -64,7 +64,7 @@ chmod -R +x $customBinLocation return_status echo "$(date '+%d/%m/%Y-%H.%M.%S %Z (%s)'): cloning git branch ${gitBranch} with ${gitJobs} jobs to ${idfDir}" -git clone --recursive --jobs $gitJob --branch $gitBranch https://github.com/espressif/esp-idf $idfDir +git clone --recursive --jobs $gitJobs --branch $gitBranch https://github.com/espressif/esp-idf $idfDir return_status echo "$(date '+%d/%m/%Y-%H.%M.%S %Z (%s)'): installing with ${idfDir}/install.sh all"