From bad8a1a92c4175144ceadca171c13c3873de61d0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Apr 2024 13:47:09 +0300 Subject: Update content for gemtext --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi | 2 +- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl | 2 +- gemfeed/atom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi index a442b59a..f4c33f9c 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi @@ -250,7 +250,7 @@ As a solution, the CRON job responsible for the DNS failover also checks for the Which translates to: ```sh -#! Weekly auto-failover for Let's Encrypt automation !# +# Weekly auto-failover for Let's Encrypt automation local -i -r week_of_the_year=$(date +%U) if [ $(( week_of_the_year % 2 )) -eq 0 ]; then local tmp=$master diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl index f922799a..92343e10 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl @@ -237,7 +237,7 @@ As a solution, the CRON job responsible for the DNS failover also checks for the Which translates to: ```sh -#! Weekly auto-failover for Let's Encrypt automation !# +# Weekly auto-failover for Let's Encrypt automation local -i -r week_of_the_year=$(date +%U) if [ $(( week_of_the_year % 2 )) -eq 0 ]; then local tmp=$master diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 8763cb06..b5373249 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-04-21T11:52:49+03:00 + 2024-04-21T13:46:56+03:00 foo.zone feed To be in the .zone! @@ -287,7 +287,7 @@ echo "Failover of zone $zone to $MASTER completed" by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
#! Weekly auto-failover for Let's Encrypt automation !#
+
# Weekly auto-failover for Let's Encrypt automation
 local -i -r week_of_the_year=$(date +%U)
 if [ $(( week_of_the_year % 2 )) -eq 0 ]; then
     local tmp=$master
-- 
cgit v1.2.3