add quotes around minionid

This commit is contained in:
m0duspwnens
2021-05-07 08:59:47 -04:00
parent 5d3b147b42
commit 46223e0b30

View File

@@ -802,7 +802,7 @@ else
systemctl start salt-master
# Testing that that salt-master is up by checking that is it connected to itself
retry 50 10 "salt-run manage.up -l error | grep $MINIONID"
retry 50 10 "salt-run manage.up -l error | grep \"$MINIONID\""
echo ""
echo "Ensuring python modules for Salt are installed and patched."