style: fix typo, invalid hosts warning summary
This commit is contained in:
parent
b05192a613
commit
8801e55e30
@ -530,7 +530,7 @@ done
|
|||||||
|
|
||||||
# exit
|
# exit
|
||||||
if [ "$invalidDomainCount" -ne 0 ]; then
|
if [ "$invalidDomainCount" -ne 0 ]; then
|
||||||
writeLog warning "${invalidDomainCount} invalid host(s) were supplied for updating."
|
writeLog warning "${invalidDomainCount} invalid host(s) supplied for updating."
|
||||||
fi
|
fi
|
||||||
if [ "$failedHostCount" -ne 0 ]; then
|
if [ "$failedHostCount" -ne 0 ]; then
|
||||||
exitError 26
|
exitError 26
|
||||||
|
Loading…
Reference in New Issue
Block a user