Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into work
Browse files Browse the repository at this point in the history
  • Loading branch information
ripps818 committed Mar 5, 2024
2 parents bc3975a + 7b454f9 commit 2b279b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ source /includes/colors.sh
function check_for_default_credentials() {
e "> Checking for existence of default credentials"
if [[ -n $ADMIN_PASSWORD ]] && [[ $ADMIN_PASSWORD == "adminPasswordHere" ]]; then
ee ">>> Security thread detected: Please change the default admin password. Aborting server start ..."
ee ">>> Security threat detected: Please change the default admin password. Aborting server start ..."
exit 1
fi
if [[ -n $SERVER_PASSWORD ]] && [[ $SERVER_PASSWORD == "serverPasswordHere" ]]; then
ee ">>> Security thread detected: Please change the default server password. Aborting server start ..."
ee ">>> Security threat detected: Please change the default server password. Aborting server start ..."
exit 1
fi
es "> No default passwords found"
Expand Down

0 comments on commit 2b279b6

Please sign in to comment.