From 83866255caa44d3c605a729655fa4d7653a873c9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 3 May 2025 11:30:35 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 43ed726..0a97395 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -774,6 +774,7 @@ POSTFIX_CLEARQUEUE(){ systemctl stop postfix postsuper -d ALL systemctl start postfix + echo 'd *' | mail -N } BASHRC_INSTALL(){ echo -e "${idsCL[Green]}Installing root/.bashrc${idsCL[Default]}"