From 4aa5718c7dbcb63004e96959fd40bd62ed7c47c7 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sat, 21 Nov 2020 17:28:53 -0500 Subject: [PATCH] Fix typos: BusybBox -> BusyBox (#3868) --- generate_config.sh | 4 ++-- update.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/generate_config.sh b/generate_config.sh index 0c4b43c3..f1cf9a82 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -17,11 +17,11 @@ if [[ "$(uname -r)" =~ ^4\.4\. ]]; then fi if grep --help 2>&1 | grep -q -i "busybox"; then - echo "BusybBox grep detected, please install gnu grep, \"apk add --no-cache --upgrade grep\"" + echo "BusyBox grep detected, please install gnu grep, \"apk add --no-cache --upgrade grep\"" exit 1 fi if cp --help 2>&1 | grep -q -i "busybox"; then - echo "BusybBox cp detected, please install coreutils, \"apk add --no-cache --upgrade coreutils\"" + echo "BusyBox cp detected, please install coreutils, \"apk add --no-cache --upgrade coreutils\"" exit 1 fi diff --git a/update.sh b/update.sh index adb34266..20e9fd10 100755 --- a/update.sh +++ b/update.sh @@ -180,9 +180,9 @@ if [ ${#DOTS} -lt 2 ]; then exit 1 fi -if grep --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusybBox grep detected, please install gnu grep, \"apk add --no-cache --upgrade grep\""; exit 1; fi -if cp --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusybBox cp detected, please install coreutils, \"apk add --no-cache --upgrade coreutils\""; exit 1; fi -if sed --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusybBox sed detected, please install gnu sed, \"apk add --no-cache --upgrade sed\""; exit 1; fi +if grep --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusyBox grep detected, please install gnu grep, \"apk add --no-cache --upgrade grep\""; exit 1; fi +if cp --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusyBox cp detected, please install coreutils, \"apk add --no-cache --upgrade coreutils\""; exit 1; fi +if sed --help 2>&1 | head -n 1 | grep -q -i "busybox"; then echo "BusyBox sed detected, please install gnu sed, \"apk add --no-cache --upgrade sed\""; exit 1; fi CONFIG_ARRAY=( "SKIP_LETS_ENCRYPT"