Use case-insensitive include just in case (no pun)

This commit is contained in:
thespad 2025-01-19 17:34:21 +00:00
parent d81e33b63b
commit 2160126f96
No known key found for this signature in database

@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
function wait_for_changes {
inotifywait -rq \
--event modify,move,create,delete \
--include '\.conf$' \
--includei '\.conf$' \
"${ACTIVE_WATCH[@]}"
}