Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteoberi <netadmin@aicta.ro>2021-01-03 12:54:35 +0300
committerGitHub <noreply@github.com>2021-01-03 12:54:35 +0300
commite859b89cec0b2ec058cfe10764957cda2058a00a (patch)
treeb0a864f92c97d6d1ce17ef4b70fe778590e98a6f /include/consts
parent075d92e275b1984328b95ea8e5b4b1958cf5befd (diff)
Update consts
Fix the variable name for PostgreSQL
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 1 insertions, 1 deletions
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=""