mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
look for True
This commit is contained in:
@@ -206,7 +206,7 @@ function createSTANDALONE() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function testConnection() {
|
function testConnection() {
|
||||||
retry 15 3 "salt '$MINION_ID' test.ping" 0
|
retry 15 3 "salt '$MINION_ID' test.ping" True
|
||||||
local ret=$?
|
local ret=$?
|
||||||
if [[ $ret != 0 ]]; then
|
if [[ $ret != 0 ]]; then
|
||||||
echo "The Minion has been accepted but is not online. Try again later"
|
echo "The Minion has been accepted but is not online. Try again later"
|
||||||
|
|||||||
Reference in New Issue
Block a user