From 784c73a619295bcdcfa29713afc4942bb486fb69 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 26 Jul 2024 22:37:47 -0700 Subject: [PATCH] Don't delete logs in --clean mode --- bin/wally-tool-chain-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index d24fa0722..3753ff9ec 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -442,8 +442,4 @@ else echo -e "You may need to manually update it if there were changes upstream.${ENDC}" fi -if [ "$clean" ]; then - rm -rf "$RISCV"/logs -fi - -echo -e "${SUCCESS_COLOR}${BOLD}\n\nINSTALLATION SUCCESSFUL!!!\n\n${ENDC}" \ No newline at end of file +echo -e "${SUCCESS_COLOR}${BOLD}\n\nINSTALLATION SUCCESSFUL!!!\n\n${ENDC}"