diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index f098d0c..d6a311e 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -997,7 +997,7 @@ case $varByPass in esac PACKAGE="podkop" -REQUIRED_VERSION="0.4.6-1" +REQUIRED_VERSION="0.4.6-r1" INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3) if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then