meassage modified

This commit is contained in:
victor 2021-01-06 11:05:13 +03:30
parent 4aaac3f394
commit 5186ca53e7
1 changed files with 2 additions and 1 deletions

View File

@ -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!"