Introduction
Currently, when ./scripts/rebuild.sh is run,
The error below occurs.
This is likely due to chmod command below being executed in multiple places
chmod +x ./scripts/*.sh
Acceptance Criteria
- A developer should be able to run
./scripts/rebuild.sh, ./scripts/start.sh, ./scripts.start.sh without issue