look for True

This commit is contained in:
m0duspwnens
2023-01-09 11:53:32 -05:00
parent c313b19b50
commit dbbcea0009

View File

@@ -206,7 +206,7 @@ function createSTANDALONE() {
}
function testConnection() {
retry 15 3 "salt '$MINION_ID' test.ping" 0
retry 15 3 "salt '$MINION_ID' test.ping" True
local ret=$?
if [[ $ret != 0 ]]; then
echo "The Minion has been accepted but is not online. Try again later"