„Unbound root.hints update“ ändern

This commit is contained in:
2022-02-08 15:29:35 +01:00
parent ec548941da
commit 716455adda

View File

@@ -10,7 +10,7 @@ CUR_V="$(cat ${UB_FOLDER}/${FILE_NAME} | grep "related version of root zone" | a
#Download new root.hints #Download new root.hints
cd ${UB_FOLDER} cd ${UB_FOLDER}
wget -q -O ${UB_FOLDER}/new.${FILE_NAME##*.} "{ROOT_HINTS_URL}" wget -q -O ${UB_FOLDER}/new.${FILE_NAME##*.} "${ROOT_HINTS_URL}"
LAT_V="$(cat ${UB_FOLDER}/new.${FILE_NAME##*.} | grep "related version of root zone" | awk '{print $NF}')" LAT_V="$(cat ${UB_FOLDER}/new.${FILE_NAME##*.} | grep "related version of root zone" | awk '{print $NF}')"
#Compare versions #Compare versions