This commit is contained in:
Danilo Godec 2025-08-24 11:48:04 +00:00 committed by GitHub
commit fd83c6f394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,8 @@ check_version() {
local remote_ver= remote_date= version= date= file=$CONF_DIR/globalblacklist.conf
local tmp=$(mktemp) url=$REPO/conf.d/globalblacklist.conf range="145-345"
check_depends
if [ -f $file ]; then
# local version
version=$(grep "Version:" $file | ${SED_CMD} 's|^.*: V||g')