mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 20:52:54 +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
|
echo " Received job response from salt minion" >> "$setup_log" 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
retrun $status
|
return $status
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1014,7 +1014,7 @@ main() {
|
|||||||
echo "### Preparing soup at $(date) ###"
|
echo "### Preparing soup at $(date) ###"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if ! check_salt_master_status -t 30; then
|
if ! check_salt_master_status 30; then
|
||||||
echo "Could not talk to salt master"
|
echo "Could not talk to salt master"
|
||||||
echo "Please run `systemctl status salt-master` to ensure the salt-master service is running."
|
echo "Please run `systemctl status salt-master` to ensure the salt-master service is running."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user