From 9c105499658a8dabdef6f540fcd2a0d85c1a01e7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 4 Dec 2024 15:59:27 -0700 Subject: [PATCH] sdgfhb --- reinstall-esp-idf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 267b91e..cffb259 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -389,6 +389,7 @@ function handleLogoutAllUsers() { function handleCheckEspIdf() { if [ ! -z $IDF_PYTHON_ENV_PATH ]; then writeToLog "FAIL: Sanity check failed!\n\tesp-idf environment varibles found!\n\tPelase run from a fresh termnal that has not had get_idf ran!\n" + exit else writeToLog "Sanity check: Environment correct\n\tNo esp-idf environment variables found, proceeding\n" fi