mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-17 00:01:28 +02:00
Changed wrong set options in pflogsumm cron job
This commit is contained in:
parent
26afad2420
commit
da1287c1a5
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -eo
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
set -o nounset
|
||||||
|
|
||||||
HOSTNAME=$1
|
HOSTNAME=$1
|
||||||
RECIPIENT=$2
|
RECIPIENT=$2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue