install_easy: do not touch already executable ip2net

This commit is contained in:
bol-van 2023-11-20 16:54:23 +03:00
parent 1681de60cf
commit d6c272ce25

View File

@ -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()
{