From 97126fb13d7bf827da09346159bb89067162cf03 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 29 Oct 2024 00:35:58 -0600 Subject: [PATCH] rtfyht --- reinstall-esp-idf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 946ba83..9d684fd 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -47,7 +47,7 @@ else fi echo -e "\nPlacing and enabeling custom bins\n" -cp -r "${installDir}/.custom_bin" $installDir +cp -r "${runningDir}/.custom_bin" $installDir chmod +x "${installDir}/.custom_bin/*" echo -e "\nPulling latest esp-idf code from github\n"