mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
fix array def
This commit is contained in:
@@ -1081,7 +1081,7 @@ apply_hotfix() {
|
||||
}
|
||||
|
||||
failed_soup_restore_items() {
|
||||
local services=("$cron_service_name", "salt-master", "salt-minion")
|
||||
local services=("$cron_service_name" "salt-master" "salt-minion")
|
||||
for SERVICE_NAME in "${services[@]}"; do
|
||||
if ! systemctl is-active --quiet "$SERVICE_NAME"; then
|
||||
systemctl_func "start" "$SERVICE_NAME"
|
||||
|
||||
Reference in New Issue
Block a user