Skip to content

Commit

Permalink
Merge pull request #244 from StaleLoafOfBread/fix/typo/threat
Browse files Browse the repository at this point in the history
fix(typo): security thread -> security threat
  • Loading branch information
jammsen authored Mar 5, 2024
2 parents 7abbc05 + 380c19d commit 7b454f9
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 7b454f9

Please sign in to comment.