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
362 stars 68 forks source link

Some files keep owner root during setup #309

Open Kexkey opened 9 months ago

Kexkey commented 9 months ago

On Linux, fresh install, dev branch (v0.9.0), docker-compose.yaml as well as those files still owned by root after setup:

     make start.sh executablechmod: changing permissions of '/home/debian/.cyphernode/cyphernode/dist/start.sh': Operation not permitted
                                                                     [ FAILED ]
     make stop.sh executablechmod: changing permissions of '/home/debian/.cyphernode/cyphernode/dist/stop.sh': Operation not permitted
                                                                     [ FAILED ]
     make testfeatures.sh executablechmod: changing permissions of '/home/debian/.cyphernode/cyphernode/dist/testfeatures.sh': Operation not permitted
                                                                     [ FAILED ]
     make testdeployment.sh executablechmod: changing permissions of '/home/debian/.cyphernode/cyphernode/dist/testdeployment.sh': Operation not permitted
                                                                     [ FAILED ]