Open dos1 opened 3 years ago
Hello,
Maybe my shell knowledge is wrong, but I don't see any difference to make:
echo "$(ls somepath)"
or
UDC="$(ls somepath)"
echo "$UDC"
The explanation look misleading.
@gschwind The important part is if [ -z "$UDC" ]; then
.
Ok if I infer correctly you want to be able change the info.sh to include the choice of UDC
But currently there is no configuration that doing this.
Some devices may have more than one UDC available.
I did it while working on the Librem 5 port, but it turned out to be unnecessary with correctly configured kernel ;) Posting it anyway since it may be useful for other devices in the future and generally seems like a reasonable thing to do.