Skip to content

Commit

Permalink
Merge pull request #1002 from linuxserver/swag-auto-reload-ignore-swp
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 8, 2025
2 parents 949b47c + bafe846 commit ee1a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-mod-swag-auto-reload/run
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
}

Expand Down

0 comments on commit ee1a6d5

Please sign in to comment.