From f10861e155e5085443ba422dd97f07632238228c Mon Sep 17 00:00:00 2001 From: Lab-8916100448256 <38373466+Lab-8916100448256@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:13:35 +0200 Subject: [PATCH] Typos --- tinystatus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinystatus b/tinystatus index 3cefeec..7a6311c 100755 --- a/tinystatus +++ b/tinystatus @@ -91,7 +91,7 @@ outagenb="$(find "${tmp}/ko" -mindepth 1 | grep -c 'status$')" if [ "${outagenb}" -ne 0 ]; then echo "" else - echo "" + echo "" fi cat << EOF

Services

@@ -106,7 +106,7 @@ done for file in "${tmp}/ok/"*.status; do [ -e "${file}" ] || continue name="$(basename "${file}" | sed 's,.status$,,')" - echo "
  • ${name} Operationel
  • " + echo "
  • ${name} Operationnel
  • " done cat << EOF