This commit is contained in:
CodeRoK7
2025-07-27 20:17:26 +00:00
parent 9aeb4d70c1
commit e765114c49

View File

@@ -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