From 45f9b5267b9a184014bc55d9244b31921fd2a6a9 Mon Sep 17 00:00:00 2001 From: muppeth Date: Fri, 27 Oct 2023 13:55:20 +0200 Subject: [PATCH] postfix check - remove change of permission as this should be handled outside of the script depending on the server setup --- postfix-zabbix-stats.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/postfix-zabbix-stats.bash b/postfix-zabbix-stats.bash index 3c18635..749835b 100755 --- a/postfix-zabbix-stats.bash +++ b/postfix-zabbix-stats.bash @@ -40,5 +40,3 @@ else fi rm "${TEMPFILE}" -chown zabbix:zabbix ${PFOFFSETFILE} -chown zabbix:zabbix ${PFSTATSFILE} -- 2.30.2