Skip to content

Commit 5dcada4

Browse files
authored
fix wrong var
1 parent 452007b commit 5dcada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/healthchecks-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PG_DB_NAME="healthchecks_db" PG_DB_USER="hc_user" PG_DB_PASS=$(openssl rand -bas
3636
msg_info "Setup Keys (Admin / Secret)"
3737
SECRET_KEY="$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)"
3838
ADMIN_EMAIL="[email protected]"
39-
ADMIN_PASSWORD="$DB_PASS"
39+
ADMIN_PASSWORD="$PG_DB_PASS"
4040
{
4141
echo "healthchecks Admin Email: $ADMIN_EMAIL"
4242
echo "healthchecks Admin Password: $ADMIN_PASSWORD"

0 commit comments

Comments
 (0)