meassage modified
This commit is contained in:
parent
4aaac3f394
commit
5186ca53e7
|
@ -51,8 +51,9 @@ main() {
|
|||
ask_question "would you delete cache directory?" "N"
|
||||
if [ "$result" == "yes" ];then
|
||||
rm -rf "$CACHE_PATH" || error2 "couldn't remove cache directory"
|
||||
show_message2 "cache directory removed."
|
||||
else
|
||||
echo "nice, you can copy component data and use them later for illustrator installation"
|
||||
echo "nice, you can use downloaded data later for illustrator installation"
|
||||
fi
|
||||
else
|
||||
echo "cache directory Not Found!"
|
||||
|
|
Loading…
Reference in New Issue