1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

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

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