mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-30 05:50:53 +03:00
install_easy: do not touch already executable ip2net
This commit is contained in:
parent
1681de60cf
commit
d6c272ce25
@ -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…
Reference in New Issue
Block a user