Browse Source

install_easy : check_package_exists_openwrt fix

pull/33/head
bolvan 6 years ago
parent
commit
0e0415dc69
  1. 2
      install_easy.sh

2
install_easy.sh

@ -395,7 +395,7 @@ check_kmod()
}
check_package_exists_openwrt()
{
[ -n "opkg list $1" ]
[ -n "$(opkg list $1)" ]
}
check_package_openwrt()
{

Loading…
Cancel
Save