'Permission denied ./network.sh: ./start.sh: hyperledger fabric

Problem uploading the project to amazon server ec2 There is a problem with the ./start.sh file. You have to use ./start.sh after downloading platform-specific binaries and pull docker images startfile



Solution 1:[1]

Have you tried using the chmod +x command to set special permissions?

sudo chmod +x ./start.sh

would you try?

Edit : Thanks David Maze for letting me know.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1