mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 09:00:15 +01:00
parent
3dd1d8aebf
commit
61823316dc
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
- Update: lndmanage 0.14.2 [details](https://github.com/bitromortac/lndmanage)
|
- Update: lndmanage 0.14.2 [details](https://github.com/bitromortac/lndmanage)
|
||||||
- Update: Circuitbreaker with webUI [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md)
|
- Update: Circuitbreaker with webUI [details](https://github.com/lightningequipment/circuitbreaker/blob/master/README.md)
|
||||||
- Update: Suez - Channel Visualization for LND & CL [details](https://github.com/prusnak/suez)
|
- Update: Suez - Channel Visualization for LND & CL [details](https://github.com/prusnak/suez)
|
||||||
|
- Update: Tallycoin Connect v1.7.5 [details](https://github.com/djbooth007/tallycoin_connect/releases/tag/v1.7.5)
|
||||||
- Fixed: SCB/Emergency-Backup to USB drive (now also with CLN emergency.recover file)
|
- Fixed: SCB/Emergency-Backup to USB drive (now also with CLN emergency.recover file)
|
||||||
- Info: Run RaspiBlitz on Proxmox [details](https://github.com/rootzoll/raspiblitz/tree/dev/alternative.platforms/Proxmox)
|
- Info: Run RaspiBlitz on Proxmox [details](https://github.com/rootzoll/raspiblitz/tree/dev/alternative.platforms/Proxmox)
|
||||||
- Info: IP2Tor fix fulmo shop & added new ip2tor.com shop
|
- Info: IP2Tor fix fulmo shop & added new ip2tor.com shop
|
||||||
|
|
|
@ -8,7 +8,7 @@ HOME_DIR=/home/$USERNAME
|
||||||
CONFIG_FILE=$APP_DATA_DIR/tallycoin_api.key
|
CONFIG_FILE=$APP_DATA_DIR/tallycoin_api.key
|
||||||
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
|
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
|
||||||
SERVICE_FILE=/etc/systemd/system/tallycoin-connect.service
|
SERVICE_FILE=/etc/systemd/system/tallycoin-connect.service
|
||||||
TC_VERSION=1.7.1
|
TC_VERSION=1.7.5
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue