mirror of
https://github.com/bol-van/zapret.git
synced 2025-06-30 10:33:56 +00:00
install_bin.sh : minor bug
This commit is contained in:
parent
9fe26c92a5
commit
30a947b42b
@ -67,7 +67,7 @@ select_test_method()
|
|||||||
disable_antivirus()
|
disable_antivirus()
|
||||||
{
|
{
|
||||||
# $1 - dir
|
# $1 - dir
|
||||||
[ "$UNAME" = Darwin ] && find "$dir" -maxdepth 1 -type f -perm +111 -exec xattr -d com.apple.quarantine {} \; 2>/dev/null
|
[ "$UNAME" = Darwin ] && find "$1" -maxdepth 1 -type f -perm +111 -exec xattr -d com.apple.quarantine {} \; 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
check_dir()
|
check_dir()
|
||||||
|
Loading…
Reference in New Issue
Block a user