From e859b89cec0b2ec058cfe10764957cda2058a00a Mon Sep 17 00:00:00 2001 From: teoberi Date: Sun, 3 Jan 2021 11:54:35 +0200 Subject: Update consts Fix the variable name for PostgreSQL --- include/consts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/consts') diff --git a/include/consts b/include/consts index bb1d63ff..9c4e1ea0 100644 --- a/include/consts +++ b/include/consts @@ -232,7 +232,7 @@ ETC_PATHS="/etc /usr/local/etc" PLUGINDIR="" PLUGIN_PHASE=0 POSTFIXBINARY="" - POSTGRES_RUNNING=0 + POSTGRESQL_RUNNING=0 PREVIOUS_TEST="No test ID" PREVIOUS_TS=0 PROFILES="" -- cgit v1.2.3