mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-14 19:23:31 +01:00
add quotes around minionid
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user