From 67e3077b670a0a2396d4ae7e5727ca68d8d70347 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Sun, 9 Apr 2023 21:40:55 +0200 Subject: [PATCH] Updated: variable name --- target/scripts/share-inbox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/share-inbox.sh b/target/scripts/share-inbox.sh index 5eb8ffd5..c9a10959 100644 --- a/target/scripts/share-inbox.sh +++ b/target/scripts/share-inbox.sh @@ -6,9 +6,9 @@ # Call me like this: share_inbox.sh office bob lookup read DOMAIN=$(hostname -d) -if [[ "${ENABLE_SHARED_INBOX}" = 0 ]] +if [[ "${DOVECOT_ENABLE_INBOX_SHARING}" = 0 ]] then - echo "You have to enable inbox sharing by means of 'ENABLE_SHARED_INBOX' before actually sharing anything." >&2 + echo "You have to enable inbox sharing by means of 'DOVECOT_ENABLE_INBOX_SHARING' before actually sharing anything." >&2 exit 1 fi