mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Don't delete logs in --clean mode
This commit is contained in:
parent
c9ec609d67
commit
784c73a619
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user