RROrg-rr/update-check.sh
2024-05-10 20:32:07 +08:00

8 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
# rr
[ "rr" = "$(hostname)" ] && exit 0 # in RR
[ -f "/usr/rr/VERSION" ] && exit 0 # in DSM
exit 1