Slight changes to the encryption of the database to secure it from malisios actors
This commit is contained in:
@@ -5,6 +5,12 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
DOCKER_CMD=()
|
||||
SECRETS_FILE="$SCRIPT_DIR/.mongo-secrets.env"
|
||||
|
||||
if [ -f "$SECRETS_FILE" ]; then
|
||||
# shellcheck disable=SC1090
|
||||
source "$SECRETS_FILE"
|
||||
fi
|
||||
|
||||
resolve_docker_cmd() {
|
||||
if docker info >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user