mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +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
|
||||
set -eo
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
HOSTNAME=$1
|
||||
RECIPIENT=$2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue