kchristensen / udm-le

Let's Encrypt support for Ubiquiti UniFi OS
MIT License
565 stars 79 forks source link

on boot script #57

Closed RikP closed 2 years ago

RikP commented 2 years ago

For boostchicken's on-boot-script it is not clear for me what file to put in the /mnt/data/on_boot.d.

Is that the /mnt/data/udm-le/udm-le.sh but how to pass initial parameter then? Or should i just copy /mnt/data/on_boot.d/99-udm-le.sh in there?

kchristensen commented 2 years ago

You copy the helper script /mnt/data/on_boot.d/99-udm-le.sh in there, not the actual meat and potatoes.

RikP commented 2 years ago

thanks!