mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 21:42:59 +03:00
install_easy : check_package_exists_openwrt fix
This commit is contained in:
parent
4d5ccd75c4
commit
0e0415dc69
@ -395,7 +395,7 @@ check_kmod()
|
|||||||
}
|
}
|
||||||
check_package_exists_openwrt()
|
check_package_exists_openwrt()
|
||||||
{
|
{
|
||||||
[ -n "opkg list $1" ]
|
[ -n "$(opkg list $1)" ]
|
||||||
}
|
}
|
||||||
check_package_openwrt()
|
check_package_openwrt()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user