From 7c69dc9ec57c1fa05e34fdd219baae8fd5f11b35 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 20 Apr 2021 08:17:19 +0200 Subject: [PATCH] Cosmetic --- lib/functions.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.rc b/lib/functions.rc index 7b5c27c..e6db32f 100644 --- a/lib/functions.rc +++ b/lib/functions.rc @@ -262,7 +262,7 @@ eval_ldap_options() { fi if [[ ! -f "${LDAP_PWD_FILE}" ]] ; then - error "Password file '${RED}${LDAP_PWD_FILE}'${NORMAL} not found." + error "Password file '${RED}${LDAP_PWD_FILE}${NORMAL}' not found." exit 3 fi -- 2.39.5