mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-04-25 18:09:42 -04:00
Use case-insensitive include just in case (no pun)
This commit is contained in:
parent
d81e33b63b
commit
2160126f96
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user