Do chmod regardless of os

This commit is contained in:
Chris Stewart 2022-05-06 09:56:37 -05:00
parent 9859707c2f
commit ee1e201e08

View file

@ -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