mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:09:59 -04:00
'!' is not portable.
This commit is contained in:
parent
de6955cc77
commit
ab797f53c2
1 changed files with 2 additions and 2 deletions
|
|
@ -87,10 +87,10 @@ setret () {
|
|||
# (re)load the reponse policy zones with the rules in the file $TEST_FILE
|
||||
load_db () {
|
||||
if test -n "$TEST_FILE"; then
|
||||
if ! $NSUPDATE -v $TEST_FILE; then
|
||||
$NSUPDATE -v $TEST_FILE || {
|
||||
echo "I:failed to update policy zone with $TEST_FILE"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue