Skip to content

Commit

Permalink
Fix path to app launch script in chmod example
Browse files Browse the repository at this point in the history
  • Loading branch information
rsa33 committed Aug 25, 2024
1 parent 90d2ba0 commit 1ce2af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tutorials/websites/deploy-a-web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Replace `~/myapp/src` with the path to your app.
Now, for all frameworks, make the `run.sh` script executable:
```bash
chmod +x ~/myapp/run
chmod +x ~/myapp/run.sh
```
You should now be able to execute the script and access your website (or
Expand Down

0 comments on commit 1ce2af2

Please sign in to comment.