summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 23:05:59 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 23:05:59 +0300
commit6b743ff9eb937b35595ac74453e24ca3e19c4a18 (patch)
treebf5a6766b5373650f946f76a72823fc18a37e6ae /contrib
parent8af25fc5dd15ab106e048f99606d979b6567ba91 (diff)
Remove PLAN.md, update README and upload client for FreeBSD, clarify install/test steps
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/goprecords-upload-client.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/goprecords-upload-client.sh b/contrib/goprecords-upload-client.sh
index b287410..e235c51 100755
--- a/contrib/goprecords-upload-client.sh
+++ b/contrib/goprecords-upload-client.sh
@@ -24,10 +24,10 @@ upload() {
}
records_path=
-if test -f /var/db/uptimed/records; then
- records_path=/var/db/uptimed/records
-elif test -f /var/spool/uptimed/records; then
+if test -f /var/spool/uptimed/records; then
records_path=/var/spool/uptimed/records
+elif test -f /var/db/uptimed/records; then
+ records_path=/var/db/uptimed/records
elif test -f /usr/local/var/uptimed/records; then
records_path=/usr/local/var/uptimed/records
else