From 546d4afeafaa32785f5f74e931c3388c287e4e53 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Thu, 21 Apr 2022 16:23:09 +0200 Subject: [PATCH] typo --- bash/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/sync.sh b/bash/sync.sh index 33a0807..fc26f2d 100755 --- a/bash/sync.sh +++ b/bash/sync.sh @@ -355,7 +355,7 @@ for cmd in gzip uuencode; do fi done if (( ${#cmdavail[@]} )); then - log -s "Fatal. Please install the followine: ${cmdavail[*]}." + log -s "Fatal. Please install the following: ${cmdavail[*]}." error_handler $LINENO 1 fi