JOBS - be more verbose about jobs failure/success

This commit is contained in:
bunkerity
2020-12-16 11:43:41 +01:00
parent 373988670a
commit 119e963612
17 changed files with 166 additions and 25 deletions

View File

@@ -85,7 +85,7 @@ echo "[*] Running nginx ..."
su -s "/usr/sbin/nginx" nginx
# list of log files to display
LOGS="/var/log/access.log /var/log/error.log"
LOGS="/var/log/access.log /var/log/error.log /var/log/jobs.log"
# start fail2ban
if [ "$USE_FAIL2BAN" = "yes" ] ; then