„Unbound root.hints update“ ändern
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user