Skip to content

Commit 2160126

Browse files
committed
Use case-insensitive include just in case (no pun)
1 parent d81e33b commit 2160126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload

root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
1919
function wait_for_changes {
2020
inotifywait -rq \
2121
--event modify,move,create,delete \
22-
--include '\.conf$' \
22+
--includei '\.conf$' \
2323
"${ACTIVE_WATCH[@]}"
2424
}
2525

0 commit comments

Comments
 (0)