mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 00:58:39 -04:00
Fixup the start_fail -> start_servers_failed typo
(cherry picked from commit 0313d2950a)
This commit is contained in:
parent
73868ba80b
commit
795cfad2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ start_servers_failed() {
|
|||
start_servers() {
|
||||
echoinfo "I:$systest:starting servers"
|
||||
if $restart; then
|
||||
$PERL start.pl --restart --port "$PORT" "$systest" || start_fail
|
||||
$PERL start.pl --restart --port "$PORT" "$systest" || start_servers_failed
|
||||
else
|
||||
restart=true
|
||||
$PERL start.pl --port "$PORT" "$systest" || start_fail
|
||||
|
|
|
|||
Loading…
Reference in a new issue