build message fix

This commit is contained in:
Travis CI 2019-11-25 10:43:00 +05:30
parent d704050d36
commit 56fb51bd42

View file

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