From 0b42b924a680deaa94060f80575a1b93a1b636cf Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 4 Apr 2022 10:39:40 +0200 Subject: [PATCH] syslog pour la phase de sourcing de la config --- minifirewall | 1 + 1 file changed, 1 insertion(+) diff --git a/minifirewall b/minifirewall index e118b82..62ff929 100755 --- a/minifirewall +++ b/minifirewall @@ -185,6 +185,7 @@ chain_exists() { } source_file_or_error() { file=$1 + syslog_info "sourcing \`${file}'" printf "${BLUE}sourcing \`%s'${RESET}\n" "${file}" tmpfile=$(mktemp --tmpdir=/tmp minifirewall.XXX)