mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 12:23:11 +02:00
Text info
This commit is contained in:
@@ -419,6 +419,7 @@ echo ""
|
|||||||
echo "*** LND ***"
|
echo "*** LND ***"
|
||||||
|
|
||||||
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
|
## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd
|
||||||
|
## see LND releases: https://github.com/lightningnetwork/lnd/releases
|
||||||
lndVersion="0.6-beta-rc3"
|
lndVersion="0.6-beta-rc3"
|
||||||
lndSHA256="811a5fde2f804caaa7334d30d31666798420f1a353bb91ae84d897c2fd2432a0"
|
lndSHA256="811a5fde2f804caaa7334d30d31666798420f1a353bb91ae84d897c2fd2432a0"
|
||||||
|
|
||||||
|
@@ -224,10 +224,10 @@ if [ "${backupTorrentSeeding}" != "${choice}" ]; then
|
|||||||
if [ "${choice}" = "on" ]; then
|
if [ "${choice}" = "on" ]; then
|
||||||
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting
|
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting
|
||||||
l1="BACKUP TORRENT SEEDING IS NOW ON"
|
l1="BACKUP TORRENT SEEDING IS NOW ON"
|
||||||
l2="-------------------------"
|
l2="--------------------------------"
|
||||||
l3="If possible forward ports 49200-49250"
|
l3="If possible forward ports 49200-49250"
|
||||||
l4="from your router to this RaspiBlitz"
|
l4="from your router to this RaspiBlitz"
|
||||||
dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 11 60
|
dialog --title 'OK' --msgbox "${l1}\n${l2}\n${l3}\n${l4}" 9 50
|
||||||
else
|
else
|
||||||
echo "Stopping Torrents and Cleaning Up ..."
|
echo "Stopping Torrents and Cleaning Up ..."
|
||||||
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting-cleanup
|
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting-cleanup
|
||||||
|
Reference in New Issue
Block a user