mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-13 18:02:32 +00:00
ufw logging off by default
This commit is contained in:
parent
7a6d92ce89
commit
e75c1b970a
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ else
|
|||
echo -e "${LGREEN}OK${GREY}"
|
||||
fi
|
||||
|
||||
# Reduce logging noise
|
||||
sudo ufw logging off &>>${LOG_LOCATION}
|
||||
|
||||
# Install Postfix with default settings for smtp email relay
|
||||
echo
|
||||
echo -e "${GREY}Installing SMTP email for backup email notifications and alerts, see separate SMTP relay configuration script..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue