mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-11-01 05:27:42 +09:00
Use case-insensitive include just in case (no pun)
This commit is contained in:
@@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user