Skip to content

Commit

Permalink
Update instructions to use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Aug 30, 2024
1 parent 33dffa8 commit d1cc802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/misc/add_new_instance_to_specify_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
4. Add SSL
1. Run the `add_ssl.sh` script and follow the prompts.
```bash
sudo sh add_ssl.sh
sudo bash add_ssl.sh
```
You will need to provide the `<subdomain>` for the new instance that you wish to add. After this, it will update the `spcloudservers.json` and set `"https": false` to `"https": true` for that instance, then restart all of the running containers.
8. Check URL
Expand Down

0 comments on commit d1cc802

Please sign in to comment.