@@ -308,8 +304,9 @@ function read_configuration_values {
read_config_param "$v"
done
if grep-q"DEBIAN_REPO"$CONFIGURATION_FILE;then
if grep-q"DEBIAN_REPO""$CONFIGURATION_FILE";then
read_config_param "DEBIAN_REPO"
# shellcheck disable=SC2034
CHECK_MESSAGE=$"Check your internet connection, /etc/network/interfaces and /etc/resolvconf/resolv.conf.d/head, then delete $COMPLETION_FILE, run 'rm -fR /var/lib/apt/lists/* && apt-get update --fix-missing' and run this script again. If hash sum mismatches persist then try setting $DEBIAN_REPO to a different mirror and also change /etc/apt/sources.list."
fi
fi
...
...
@@ -317,7 +314,7 @@ function read_configuration_values {