„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
|
||||
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}')"
|
||||
|
||||
#Compare versions
|
||||
|
Reference in New Issue
Block a user