forked from extern/shorewall_code
Protect against accidental output from params file
This commit is contained in:
parent
19122512d0
commit
3f6cce10d2
@ -36,7 +36,7 @@ CONFIG_PATH="$2"
|
||||
|
||||
set -a
|
||||
|
||||
. $1
|
||||
. $1 >/dev/null # Avoid spurious output
|
||||
|
||||
set +a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user