mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
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 ```