|
|
@ -224,10 +224,10 @@ if [ "${backupTorrentSeeding}" != "${choice}" ]; then |
|
|
|
if [ "${choice}" = "on" ]; then |
|
|
|
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting |
|
|
|
l1="BACKUP TORRENT SEEDING IS NOW ON" |
|
|
|
l2="-------------------------" |
|
|
|
l2="--------------------------------" |
|
|
|
l3="If possible forward ports 49200-49250" |
|
|
|
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 |
|
|
|
echo "Stopping Torrents and Cleaning Up ..." |
|
|
|
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting-cleanup |
|
|
|