From 4a2713e07378c5ef449fdecd5461de899bbbc00a Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:46:51 +0200 Subject: [PATCH] Update 1_source-install.sh --- script/1_source-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script/1_source-install.sh b/script/1_source-install.sh index 8919b9c..95210fe 100755 --- a/script/1_source-install.sh +++ b/script/1_source-install.sh @@ -16,8 +16,10 @@ then ########################################################################################## if [ ! -d "${ROOT_DIR}/_download" ]; then - mkdir ${ROOT_DIR}/_download - fi + mkdir ${ROOT_DIR}/_download + else + rm -rf ${ROOT_DIR}/_download + if ##########################################################################################