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 "Making Installer Executable... DONE"
show_Msg "For Installation Use Following Command:\n" show_Msg "For Installation Use Following Command:\n"
show_Msg "\t sudo ./install.sh\n\t\tOR\n\t./install.sh" show_Msg "\t sudo ./install.sh\n\t\tOR\n\t./install.sh"
show_Msg "\n🎉 BUILD COMPLETE! 🎉"
else else
error "Making Installer Executable... FAIL" error "Making Installer Executable... FAIL"
error "\nAborting..." error "\nAborting..."
exit 1 exit 1
fi fi
} }
#main program #main program
@ -242,4 +243,3 @@ case $cursor in
('test') build "$cursor"; ;; ('test') build "$cursor"; ;;
esac esac
show_Msg "\n🎉 BUILD COMPLETE! 🎉"