mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-23 22:19:59 -07:00
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
# Files that are distributed onto the Rayhunter device always have to have
|
|
# Unix-style line endings, even if the installer is built on Windows with
|
|
# autocrlf enabled.
|
|
# Using CRLF for the init scripts will make them fail to execute on TP-Link.
|
|
# See https://github.com/EFForg/rayhunter/issues/489
|
|
|
|
dist/config.toml.in eol=lf
|
|
dist/scripts/misc-daemon eol=lf
|
|
dist/scripts/rayhunter_daemon eol=lf
|
|
scripts/*.sh eol=lf
|