* improve handling aliases when no network given
* clrest install to use absolute paths
* fix cln balance display
* remove misplaced line
* improve jq expressions
* convert msat balances to sat
discussed in: https://github.com/raspiblitz/raspiblitz/issues/3837
* lnd autounlock if testnet and signet
* check for header in the lnd.conf
* fix variables and improve output
* make grep more robust
* delete autounlock if passwordFile not present
changed the config paths to $lightning-dir/config or /networkname/config
plugins are downloaded to the SDcard:
/home/bitcoin/cln-plugins-available/
symlinked and loaded automatically from:
/home/bitcoin/${netprefix}cln-plugins-enabled
Related: #2295