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]}"