We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b5a79 commit d81e33bCopy full SHA for d81e33b
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run
@@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
19
function wait_for_changes {
20
inotifywait -rq \
21
--event modify,move,create,delete \
22
- --include '\.(conf)' \
+ --include '\.conf$' \
23
"${ACTIVE_WATCH[@]}"
24
}
25
0 commit comments