From a97e350ee5e295839fe915fc4e98e4451b164222 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 27 Jul 2021 12:03:05 -0700 Subject: [PATCH] Remove typo Should work now! --- scripts/provision/centos_8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/provision/centos_8.sh b/scripts/provision/centos_8.sh index a1d62016a..fe2d738ad 100755 --- a/scripts/provision/centos_8.sh +++ b/scripts/provision/centos_8.sh @@ -29,7 +29,7 @@ set -o allexport; source /etc/firezone/secret/secrets.env; set +o allexport echo "DB USER: ${DB_USER}" echo "DB PASS: ${DB_PASSWORD}" -PG_PASSWORD=$DB_PASSWORD PGUSER=$DB_USER psql -U $DB_USER -h 127.0.0.1 -d firezone -c '\dt' +PGPASSWORD=$DB_PASSWORD PGUSER=$DB_USER psql -U $DB_USER -h 127.0.0.1 -d firezone -c '\dt' systemctl start firezone.service systemctl status firezone.service