From 86805ab02dd4f658a0b3593e5c3b090c8939d8c5 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 16 Jul 2020 11:50:45 -0500 Subject: [PATCH] [] --- gravity-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 7368896..3c4b746 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -1393,7 +1393,7 @@ function config_generate { echo_need read INPUT_PING_AVOID - if [[ -z "${INPUT_PING_AVOID}" || [ "${INPUT_PING_AVOID}" != "Yes" || "${INPUT_PING_AVOID}" != "yes" || "${INPUT_PING_AVOID}" != "Y" || [ "${INPUT_PING_AVOID}" != "y" ]] + if [[ -z "${INPUT_PING_AVOID}" || "${INPUT_PING_AVOID}" != "Yes" || "${INPUT_PING_AVOID}" != "yes" || "${INPUT_PING_AVOID}" != "Y" || "${INPUT_PING_AVOID}" != "y" ]] then MESSAGE="Saving Ping Avoidance to ${CONFIG_FILE}" echo_stat