Closed hongkongkiwi closed 2 years ago
I think I found the issue:
failed wordexp("LTE bootup is $(lte-iface-get-enabled)")
Looks like it doesn't like shell substitution here ;)
I'm closing this because it's my fault and it's not an active issue.
Heh, yeah that won't work :)
I think there might be a bug with multiple tasks with the same identifier but different names.
e.g. I have:
Strangely the wifi one doesn't show up in
initctl status wifi:checkenabled
, however the lte one does with lte:checkenabledJust for some background, I'm using the name as a sort of category, so all lte related tasks are named lte, that way I can simply do initctl stop lte to stop all these related tasks. Same with wifi.