fix logging

This commit is contained in:
Jason Ertel
2025-06-24 11:03:08 -04:00
parent b052a75e64
commit 21d9964827
2 changed files with 4 additions and 4 deletions

View File

@@ -771,7 +771,7 @@ if ! [[ -f $install_opt_file ]]; then
fi
if [[ $is_airgap ]]; then
title "Syncing Playbooks"
airgap_playbooks /root/SecurityOnion
logCmd "airgap_playbooks /root/SecurityOnion"
fi
title "Setting up Kibana Default Space"
logCmd "so-kibana-space-defaults"