Update so-functions

This commit is contained in:
Mike Reeves
2024-09-10 15:24:44 -04:00
committed by GitHub
parent e7a7a8609a
commit da5e91ee03

View File

@@ -1330,8 +1330,8 @@ create_global() {
echo " registry_host: '$HOSTNAME'" >> $global_pillar_file
echo " endgamehost: '$ENDGAMEHOST'" >> $global_pillar_file
if [ "$install_type" = 'EVAL' ]; then
echo " pcapengine: SURICATA" >> $global_pillar_file
if [[ $is_standalone || $is_eval ]]; then
echo " pcapengine: SURICATA" >> $global_pillar_file
fi
}