Anchor to avoid samples

This commit is contained in:
thespad 2025-01-19 17:33:22 +00:00
parent 21b5a79e06
commit d81e33b63b
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
function wait_for_changes {
inotifywait -rq \
--event modify,move,create,delete \
--include '\.(conf)' \
--include '\.conf$' \
"${ACTIVE_WATCH[@]}"
}