From 56fb51bd42916b2877b6cb83057d01fadcfa86e8 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 25 Nov 2019 10:43:00 +0530 Subject: [PATCH] build message fix --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 1cb43c35..e096c983 100755 --- a/build.sh +++ b/build.sh @@ -166,12 +166,13 @@ build(){ show "Making Installer Executable... DONE" show_Msg "For Installation Use Following Command:\n" show_Msg "\t sudo ./install.sh\n\t\tOR\n\t./install.sh" + show_Msg "\nšŸŽ‰ BUILD COMPLETE! šŸŽ‰" else error "Making Installer Executable... FAIL" error "\nAborting..." exit 1 fi - + } #main program @@ -242,4 +243,3 @@ case $cursor in ('test') build "$cursor"; ;; esac -show_Msg "\nšŸŽ‰ BUILD COMPLETE! šŸŽ‰"