Don't delete logs in --clean mode

This commit is contained in:
Jordan Carlin 2024-07-26 22:37:47 -07:00
parent c9ec609d67
commit 784c73a619

View File

@ -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}"
echo -e "${SUCCESS_COLOR}${BOLD}\n\nINSTALLATION SUCCESSFUL!!!\n\n${ENDC}"