summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-30 22:26:11 +0200
committerPaul Buetow <paul@buetow.org>2024-03-30 22:26:11 +0200
commitb63917315dcd34dc49fe2ab90108b91c59151d6e (patch)
treeadaf4b02ade4e29c74ee70280d052d91295fbcfd
parent30f3eea186f74241275970e876e6713bd52d0762 (diff)
Update content for md
-rw-r--r--gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md2
-rw-r--r--index.md2
-rw-r--r--uptime-stats.md2
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.