Merge pull request #1002 from linuxserver/swag-auto-reload-ignore-swp

This commit is contained in:
Adam
2025-01-08 10:43:36 +00:00
committed by GitHub
@@ -14,7 +14,7 @@ done
function wait_for_changes {
inotifywait -rq \
--event modify,move,create,delete \
--excludei '\.(sample|md)' \
--excludei '\.(sample|md|swp)' \
"${ACTIVE_WATCH[@]}"
}