From c93c6e1934ac838da6e8000ff0dfe88e42e364de Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 5 Nov 2019 00:28:30 +0100 Subject: README: fix typo and wording --- README.md | 2 +- initial-commands | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 629b7a8..ec1654e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Initial setup If you know how things work just copy and paste the [initial commands](initial-commands). Remember to edit and rerun `global-config-overlay`! -First time useres should take the long way below. +First time users should take the long way below. ### Live presentation diff --git a/initial-commands b/initial-commands index 3caed40..d249157 100644 --- a/initial-commands +++ b/initial-commands @@ -12,7 +12,7 @@ set name="DST-Root-CA-X3" [ find where fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ]; } :if ([ / certificate print count-only where fingerprint="96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" or fingerprint="731d3d9cfaa061487a1d71445a42f67df0afca2a6c2d2f98ff7b3ce112b1f568" or fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ] != 3) do={ - :error "Anything is wrong with your certificates!"; + :error "Something is wrong with your certificates!"; } / file remove "letsencrypt.pem"; :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={ -- cgit v1.2.3-54-g00ecf