Updated: variable name
This commit is contained in:
parent
003cef9c2a
commit
67e3077b67
|
@ -6,9 +6,9 @@
|
||||||
# Call me like this: share_inbox.sh office bob lookup read
|
# Call me like this: share_inbox.sh office bob lookup read
|
||||||
|
|
||||||
DOMAIN=$(hostname -d)
|
DOMAIN=$(hostname -d)
|
||||||
if [[ "${ENABLE_SHARED_INBOX}" = 0 ]]
|
if [[ "${DOVECOT_ENABLE_INBOX_SHARING}" = 0 ]]
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue