This commit is contained in:
Michael Stanclift 2020-07-16 11:50:45 -05:00
parent 719d2bf077
commit 86805ab02d

View File

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