Read specific condition on/off from external script #251
hongkongkiwi
started this conversation in
General
Replies: 1 comment 1 reply
-
Just closed issue #255 which implements
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a need to read signal status from a bash script. e.g I have lte_connected and wifi_connected
is there a similar command to initctl -a status "service" but for conditions to know if they are set?
Right now I'm using:
This method is a bit awkward and involves two additional tools.
Beta Was this translation helpful? Give feedback.
All reactions