From 5186ca53e79be168c63d54d21422ae9105ad8688 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 6 Jan 2021 11:05:13 +0330 Subject: [PATCH] meassage modified --- scripts/uninstaller.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/uninstaller.sh b/scripts/uninstaller.sh index 3219f3d..f35b6f4 100755 --- a/scripts/uninstaller.sh +++ b/scripts/uninstaller.sh @@ -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!"