Updated: variable name

This commit is contained in:
GoliathLabs 2023-04-09 21:40:55 +02:00 committed by Felix
parent 003cef9c2a
commit 67e3077b67
1 changed files with 2 additions and 2 deletions

View File

@ -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