mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-25 17:13:32 +01:00
Do chmod regardless of os
This commit is contained in:
parent
9859707c2f
commit
ee1e201e08
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ if [[ "$OSTYPE" == "darwin21" ]]; then
|
|||
echo "RUNNING MAC"
|
||||
chmod +x jre/bin/java
|
||||
xattr -d com.apple.quarantine jre/bin/java
|
||||
chmod +x bin/bitcoin-s-oracle-server
|
||||
fi
|
||||
|
||||
chmod +x bin/bitcoin-s-oracle-server
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue