Browse Source

install_easy: do not touch already executable ip2net

pull/172/head
bol-van 1 year ago
parent
commit
d6c272ce25
  1. 2
      install_easy.sh

2
install_easy.sh

@ -471,7 +471,7 @@ copy_openwrt()
fix_perms_bin_test()
{
[ -d "$1" ] || return
find "$1/binaries" -name ip2net -exec chmod +x {} \;
find "$1/binaries" -name ip2net ! -perm -111 -exec chmod +x {} \;
}
fix_perms()
{

Loading…
Cancel
Save