Skip to content

Commit

Permalink
Use case-insensitive include just in case (no pun)
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jan 19, 2025
1 parent d81e33b commit 2160126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
}

Expand Down

0 comments on commit 2160126

Please sign in to comment.