From 7be8dab12f7458432be0d3fcbbdce0704052379e Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sun, 5 Nov 2023 02:41:20 +0000 Subject: [PATCH] Removed postfix cat spam --- .../universal/run_onchange_after_05-postfix.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_05-postfix.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_05-postfix.sh.tmpl index c506c941..ad6018c0 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_05-postfix.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_05-postfix.sh.tmpl @@ -50,8 +50,8 @@ if command -v postfix > /dev/null; then ### Add Postfix main configuration logg "Adding the following configuration from ${XDG_CONFIG_HOME:-$HOME/.config}/postfix/main.cf to /etc/postfix/main.cf" - cat "${XDG_CONFIG_HOME:-$HOME/.config}/postfix/main.cf" | sudo tee -a "$CONFIG_FILE" - echo "" | sudo tee -a "$CONFIG_FILE" + cat "${XDG_CONFIG_HOME:-$HOME/.config}/postfix/main.cf" | sudo tee -a "$CONFIG_FILE" > /dev/null + echo "" | sudo tee -a "$CONFIG_FILE" > /dev/null fi ### Ensure proper permissions on `sasl_passwd` and update Postfix hashmaps