modules/script: fix path in example comment (#421)
We moved from /config to /files a long time ago. This fixes the comment in the example to say `/files/scripts` instead of `/config/scripts`.
This commit is contained in:
parent
a02594b27a
commit
5cd482353b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ example: |
|
|||
- "curl https://example.com/examplebinary > /usr/bin/examplebinary" # example: download binary
|
||||
- "ln -sf /usr/bin/ld.bfd /etc/alternatives/ld && ln -sf /etc/alternatives/ld /usr/bin/ld" # example: ld alternatives symlink workaround
|
||||
scripts:
|
||||
- myscript.sh # example: run config/scripts/myscript.sh
|
||||
- myscript.sh # example: run files/scripts/myscript.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue