diff --git a/roles/web-data-analysis/files/combineHttpLogs.sh b/roles/web-data-analysis/files/combineHttpLogs.sh index d2b4e47884..caa52475c1 100644 --- a/roles/web-data-analysis/files/combineHttpLogs.sh +++ b/roles/web-data-analysis/files/combineHttpLogs.sh @@ -19,6 +19,9 @@ # along with Fedora Project Infrastructure Ansible Repository. If # not, see . +# Don’t create files named '*'. +shopt -s nullglob + export MSGTOPIC_PREFIX=logging.stats export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)" simple_message_to_bus combinehttplogs.start