mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
dont need to pass -t
This commit is contained in:
@@ -1014,7 +1014,7 @@ main() {
|
||||
echo "### Preparing soup at $(date) ###"
|
||||
echo ""
|
||||
|
||||
if ! check_salt_master_status -t 30; then
|
||||
if ! check_salt_master_status 30; then
|
||||
echo "Could not talk to salt master"
|
||||
echo "Please run `systemctl status salt-master` to ensure the salt-master service is running."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user