mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
ab4389fc5f
Set the `nullglob` option in the bootstrap script to handle cases where no files match a glob pattern. This prevents the following error when the folder exists without json files: ``` /bootstrap/group-configs/*.json: jq: error: Could not open file /bootstrap/group-configs/*.json: No such file or directory ```