From b63917315dcd34dc49fe2ab90108b91c59151d6e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 30 Mar 2024 22:26:11 +0200 Subject: Update content for md --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md | 2 +- index.md | 2 +- uptime-stats.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md index 67e0484b..d9d336dd 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md @@ -141,7 +141,7 @@ tramsform () { After the failover, the script reloads `nsd` and performs a sanity check to see if DNS still works. If not, a rollback will be performed: ```sh -# Race condition (e.g. script execution abored in the middle of the previous run) +# Race condition (e.g. script execution aborted in the middle of the previous run) if [ -f $zone_file.bak ]; then mv $zone_file.bak $zone_file fi diff --git a/index.md b/index.md index 29bfde10..2d0d45ba 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2024-03-30T22:24:56+02:00 by `Gemtexter` +> This site was generated at 2024-03-30T22:25:58+02:00 by `Gemtexter` ``` |\---/| diff --git a/uptime-stats.md b/uptime-stats.md index 1d37a73c..65aaf024 100644 --- a/uptime-stats.md +++ b/uptime-stats.md @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2024-03-30T22:24:56+02:00 +> This site was last updated at 2024-03-30T22:25:58+02:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. -- cgit v1.2.3