From 05d96834934063c8a9dc7b421e53b9a2686aba89 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 20 Nov 2025 16:47:16 -0700 Subject: [PATCH] Use front_addr rather than "small.example.org". --- README.org | 2 +- private/webupdate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4a686c4..1d507e4 100644 --- a/README.org +++ b/README.org @@ -3617,7 +3617,7 @@ cd /WWW/live/ rsync -avz --delete --chmod=g-w \ --filter='exclude *~' \ --filter='exclude .git*' \ - ./ small.example.org:/home/www/ + ./ 192.168.15.4:/home/www/ #+END_SRC The following tasks install the =webupdate= script from [[file:private/][=private/=]], diff --git a/private/webupdate b/private/webupdate index 6aec86c..970d168 100755 --- a/private/webupdate +++ b/private/webupdate @@ -9,4 +9,4 @@ cd /WWW/live/ rsync -avz --delete --chmod=g-w \ --filter='exclude *~' \ --filter='exclude .git*' \ - ./ small.example.org:/home/www/ + ./ 192.168.15.4:/home/www/ -- 2.25.1