Remove unnecessary word

This commit is contained in:
Doug Burks
2022-01-11 11:05:30 -05:00
committed by GitHub
parent a9e58e2aba
commit 29d8dbe371

View File

@@ -664,7 +664,7 @@ up_to_2.3.90() {
}
up_to_2.3.100() {
echo "Updating to Security Onion to 2.3.100"
echo "Updating to Security Onion 2.3.100"
echo "Populating the mine with network.ip_addrs pillar.host.mainint for each host."
set +e
salt \* cmd.run cmd='MAININT=$(salt-call pillar.get host:mainint --out=newline_values_only) && salt-call mine.send name=network.ip_addrs interface="$MAININT"'