sendmail_path in LXC, and better op_del #85

Merged
whirigoyen merged 10 commits from unstable into master 2023-11-30 15:53:09 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 7d8704cd25 - Show all commits

View file

@ -20,6 +20,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed
* Fix sendmail_path hostname (missing domain / FQDN)
### Removed
### Security

View file

@ -23,7 +23,7 @@ LOCAL_SCRIPT="$SCRIPTS_PATH/web-add.local.sh"
PRE_LOCAL_SCRIPT="$SCRIPTS_PATH/web-add.pre-local.sh"
TPL_AWSTATS="$SCRIPTS_PATH/awstats.XXX.conf"
SSH_GROUP="evolinux-ssh"
HOST="$(hostname -s)"
HOST="$(hostname -f)"
# Set to nginx if you use nginx and not apache
WEB_SERVER="apache"