Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 853ef60

Browse files
committed
explicitly state which releases require manual startup script installation by the user
1 parent 81ae8bf commit 853ef60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ If your script is set up to run on every boot, you can download the script from
4242

4343
`curl https://metadata.paperspace.com/script`
4444

45-
Note: this form of download only works from within the machine assigned to the script.
45+
(This form of script download only works from within the machine assigned to the script.)
4646

47-
If you are using an existing vm or template and would like to take advantage of the startup script functionality, simply create an executable file with the following contents at /var/lib/cloud/scripts/per-boot/fetch-and-execute-startup-script.sh:
47+
Note: if you created an existing machine or template prior to the Paperspace API v.1.2.0 release, and would like to take advantage of the startup script functionality, simply create an executable file with the following contents at /var/lib/cloud/scripts/per-boot/fetch-and-execute-startup-script.sh:
4848

4949
```
5050
#!/bin/sh
@@ -66,7 +66,7 @@ To examine the contents of an assigned script from within the Windows virtual ma
6666

6767
`(. { iwr -useb https://metadata.paperspace.com/script }).content`
6868

69-
Note: this form of download only works from within a machine assigned to the script.
69+
(This form of script download only works from within the machine assigned to the script.)
7070

7171
### Getting metadata from within a machine
7272

0 commit comments

Comments
 (0)