mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 20:22:59 +01:00
dont need to pass -t
This commit is contained in:
@@ -139,7 +139,7 @@ check_salt_minion_status() {
|
||||
echo " Received job response from salt minion" >> "$setup_log" 2>&1
|
||||
fi
|
||||
|
||||
retrun $status
|
||||
return $status
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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