1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 02:02:33 +01:00
ntfy/client
Allan f74f1b718f Use /usr/local/bin instead of /usr/bin
This commit makes the placement of binaries consistent on Linux.
ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.

- replaced all instances of `/usr/bin/ntfy` with
`/usr/local/bin/ntfy`
- replaced two instances of `/usr/bin` with `/usr/local/bin`
    - in Dockerfile and Dockerfile-arm, the line is changed to `COPY ntfy /usr/local/bin`
2024-10-11 10:53:11 -04:00
..
client.go Change mod path 2023-11-16 20:54:58 -05:00
client.yml
client_test.go Change mod path 2023-11-16 20:54:58 -05:00
config.go Avoid panic if user.Current() fails; add logging to "ntfy subscribe" to help figure out what's wrong 2024-03-07 15:56:20 -05:00
config_test.go Change mod path 2023-11-16 20:54:58 -05:00
ntfy-client.service Use /usr/local/bin instead of /usr/bin 2024-10-11 10:53:11 -04:00
options.go Change mod path 2023-11-16 20:54:58 -05:00