diff --git a/scripts/setup.sh b/scripts/setup.sh index 45777cf..a667689 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash PW=$(openssl rand -base64 16;) ELASTIC_PASSWORD="${ELASTIC_PASSWORD:-$PW}"