Skip to content

Commit 8c81c63

Browse files
authored
Merge pull request #12 from manusfreedom/patch-1
Update zbx_zimbra.sh to avoid dpkg warning
2 parents ad8f498 + 2d89e89 commit 8c81c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zabbix-zimbra/zbx_zimbra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# uncomment for debug
1010
#set -x
1111

12-
COMMAND="sudo -u zimbra /opt/zimbra/bin/zmcontrol"
12+
COMMAND="sudo -H -u zimbra /opt/zimbra/bin/zmcontrol"
1313
FILE='/var/run/zabbix/zimbra_status'
1414
DISCOVER_FILE='/var/run/zabbix/zimbra_discover'
1515

0 commit comments

Comments
 (0)