mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
Merge remote-tracking branch 'origin/2.4/dev' into vlb2
This commit is contained in:
@@ -200,7 +200,7 @@ function testMinion() {
|
||||
|
||||
function restartMinion() {
|
||||
log "INFO" "Restarting minion $MINION_ID"
|
||||
salt "$MINION_ID" system.reboot
|
||||
salt "$MINION_ID" system.reboot --async
|
||||
result=$?
|
||||
|
||||
if [ $result -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user