Hi,
I'm running LiMe based on OpenWRT v19.07.3
I would like to run some commands permanently. I made the
/etc/lime-assets/node/myscript.sh script with those commands and gave it
execute permissions.
Then I added the following to /etc/config/lime-node:
config run_asset 'sh'
option asset 'node/myscript.sh'
option when 'ATCONFIG'
Everything works ok, but only if I manually run lime-config. The script
does not work after a reboot. I also tried with option "ATFIRSTBOOT",
but I get the same, it only works if I manually run lime-config.
What am I missing?