This commit is contained in:
2022-04-21 16:23:09 +02:00
parent f8dc759b6a
commit 546d4afeaf

View File

@@ -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