mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Changed wrong set options in pflogsumm cron job
This commit is contained in:
parent
26afad2420
commit
da1287c1a5
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eo
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
HOSTNAME=$1
|
||||
RECIPIENT=$2
|
||||
|
|
Loading…
Reference in a new issue