mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
on-boot: inform about the .sh requirement in the readme (#306)
This commit is contained in:
parent
c1b8b5ec71
commit
df249b4cd8
@ -56,7 +56,7 @@ This will also install CNI Plugins & CNI Bridge scripts. If you are using UDMSE/
|
||||
exit
|
||||
```
|
||||
|
||||
3. Copy any shell scripts you want to run to /mnt/data/on_boot.d on your UDM (not the unifi-os shell) and make sure they are executable and have the correct shebang (#!/bin/sh)
|
||||
3. Copy any shell scripts you want to run to /mnt/data/on_boot.d on your UDM (not the unifi-os shell) and make sure they are executable and have the correct shebang (#!/bin/sh). Additionally, scripts need to have a `.sh` extention in their filename.
|
||||
|
||||
Examples:
|
||||
* Start a DNS Container [10-dns.sh](../dns-common/on_boot.d/10-dns.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user