From c37f8742b77d9c7278b60ead7c958c46c05d854e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Mart=C3=ADnez=20Ochoa?= Date: Fri, 18 May 2018 15:25:27 -0600 Subject: [PATCH] messages improved New we have a successful message after install option zero, ad also we have a donation invitation. --- weby | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/weby b/weby index 1cf57dc..994e304 100644 --- a/weby +++ b/weby @@ -77,6 +77,7 @@ if [[ -a /opt/webinoly/webinoly.conf ]]; then echo "${gre}Webinoly Configuration file was found, so we will use it!${end}" else [[ -n $2 && $2 != "-ver="* ]] && tools_port $2 + newinst="true" fi # Write app version @@ -92,6 +93,24 @@ if [[ $setup == 4 ]]; then config_load fi + +# Message Center +if [[ $newinst == "true" && $setup == 0 ]]; then + echo "${blu}You have chosen the option '0', it means that you have to manually build your own stack." + echo "But, don't worry! With Webinoly this is an easy task, just use the stack command, i.e. 'sudo stack -lemp'" + echo "${gre}" + echo "Webinoly has been successfully installed!!!" +fi + +echo "${blu}" +echo "****************************************************************************" +echo "********************** D O N A T I O N S ***************************" +echo "*** If you like Webinoly, buy me a coffee or a beer to show support. ***" +echo "************ PayPal: https://www.paypal.me/qrokes ******************" +echo "****************************************************************************" +echo "${end}" + + # Remove Installation File sudo rm weby app_purge