mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Merge pull request #1002 from linuxserver/swag-auto-reload-ignore-swp
This commit is contained in:
@@ -14,7 +14,7 @@ done
|
|||||||
function wait_for_changes {
|
function wait_for_changes {
|
||||||
inotifywait -rq \
|
inotifywait -rq \
|
||||||
--event modify,move,create,delete \
|
--event modify,move,create,delete \
|
||||||
--excludei '\.(sample|md)' \
|
--excludei '\.(sample|md|swp)' \
|
||||||
"${ACTIVE_WATCH[@]}"
|
"${ACTIVE_WATCH[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user