More messages improved.
This commit is contained in:
Cristhian Martínez Ochoa 2024-02-26 19:23:31 -07:00
parent 88e7581511
commit 1e9eda764a
4 changed files with 4 additions and 3 deletions

View File

@ -206,7 +206,7 @@ wpinstall() {
fi
if [[ $ext_login == "true" ]]; then
echo "${blu}${dim}External DB Credentials found!${end}"
echo "${blu}${dim}External DB Credentials found! (${dburl}:${dbport})${end}"
elif [[ -n $retry && $retry -ge 3 ]]; then
setupmysql="N"
local db_error_flag="true"

View File

@ -36,7 +36,7 @@ if [[ -n $wp || -n $mysql ]]; then
[[ $wp == "true" ]] && wp="[true,true,${exth},${dona},${dona},random,wp_,$(conf_read external-dbu),$(conf_read external-dbp)]"
[[ $mysql == "true" ]] && mysql="[${exth},${dona},${dona},random,$(conf_read external-dbu),$(conf_read external-dbp)]"
echo "${blu}${dim}External DB credentials found!${end}"
echo "${blu}${dim}External DB credentials found! (${exth})${end}"
fi
if [[ ( -n $wp && $wp != true ) || ( -n $mysql && $mysql != true ) ]]; then

View File

@ -43,6 +43,7 @@ elif [[ -n $verify ]]; then
webinoly_verify
[[ $? != 0 ]] && exit 1
nginx_not="true" # Nginx-Reload not-needed.
[[ $verify == "critical" ]] && ads_block="true" # Don't show ads
elif [[ -n $dbpass ]]; then

2
weby
View File

@ -231,7 +231,7 @@ elif [[ $setup != [123] ]]; then
fi
# Message Center
if [[ -z $(conf_read stack-build-error-flag) ]]; then
if [[ -z $(conf_read stack-build-error-flag) && $type != "Error" ]]; then # We use $type instead of dynvar to not make it persistant!
if [[ $new_install == "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' ${end}"