SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
364 stars 68 forks source link

Fixed permission issues in a few files ~/cyphernode/dist/*.sh #311

Closed i5hi closed 6 months ago

i5hi commented 11 months ago

added sudo_if_required and chown on a few files in dist

Still get these errors. Not able to find them in .cyphernodeconf/bitcoin/{wallet,block}notify.sh

     make walletnotify.sh executablechmod: cannot access '/home/ishi/Orgs/i5hi/cyphernode/dist/cyphernode/bitcoin/walletnotify.sh': No such file or directory
                                                                     [ FAILED ]
     make blocknotify.sh executablechmod: cannot access '/home/ishi/Orgs/i5hi/cyphernode/dist/cyphernode/bitcoin/blocknotify.sh': No such file or directory
                                                                     [ FAILED ]