Skip to content

Commit

Permalink
messages
Browse files Browse the repository at this point in the history
More messages improved.
  • Loading branch information
QROkes committed Feb 27, 2024
1 parent 88e7581 commit 1e9eda7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sites
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion usr/site
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions usr/webinoly
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion weby
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 1e9eda7

Please sign in to comment.