From: Matt Birkholz Date: Thu, 20 Nov 2025 23:47:16 +0000 (-0700) Subject: Use front_addr rather than "small.example.org". X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=05d96834934063c8a9dc7b421e53b9a2686aba89;p=Institute.git Use front_addr rather than "small.example.org". --- 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/