From 76c36da28706210569e11474f4f8ef42ea68b739 Mon Sep 17 00:00:00 2001 From: Stack Date: Mon, 21 Nov 2022 15:28:38 -0600 Subject: [PATCH] Remove duplicate copies. --- func/core/pkg_postfix/30-postfix-sasl.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/func/core/pkg_postfix/30-postfix-sasl.sh b/func/core/pkg_postfix/30-postfix-sasl.sh index 49220e5..ff84486 100755 --- a/func/core/pkg_postfix/30-postfix-sasl.sh +++ b/func/core/pkg_postfix/30-postfix-sasl.sh @@ -18,6 +18,3 @@ mv /etc/dovecot/dovecot.conf.backup /etc/dovecot/dovecot.conf mv /etc/postfix/main.cf.backup /etc/postfix/main.cf r_checkExitStatus $ret_val - -cp -a /etc/postfix/main.cf.backup /etc/postfix/main.cf -cp -a /etc/dovecot/dovecot.conf.backup /etc/dovecot/dovecot.conf