diff --git a/_sources/misc/add_new_instance_to_specify_cloud.md.txt b/_sources/misc/add_new_instance_to_specify_cloud.md.txt index 70c9414..2e62d7f 100644 --- a/_sources/misc/add_new_instance_to_specify_cloud.md.txt +++ b/_sources/misc/add_new_instance_to_specify_cloud.md.txt @@ -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 `` 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 diff --git a/misc/add_new_instance_to_specify_cloud.html b/misc/add_new_instance_to_specify_cloud.html index 3a96a0a..b849aac 100644 --- a/misc/add_new_instance_to_specify_cloud.html +++ b/misc/add_new_instance_to_specify_cloud.html @@ -175,7 +175,7 @@

Example for
  • Run the add_ssl.sh script and follow the prompts.

    -
     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.