Changed wrong set options in pflogsumm cron job

This commit is contained in:
Erik Wramner 2019-12-01 09:19:47 +01:00
parent 26afad2420
commit da1287c1a5
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -eo
set -o errexit
set -o pipefail
set -o nounset
HOSTNAME=$1
RECIPIENT=$2