You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Changed wrong set options in pflogsumm cron job
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eo
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
HOSTNAME=$1
|
||||
RECIPIENT=$2
|
||||
|
Reference in New Issue
Block a user