mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +02:00
dont show if torrent backup is off
This commit is contained in:
@@ -271,9 +271,11 @@ else
|
||||
fi
|
||||
|
||||
# STATUS SINALING: Backup Torrent Seeding
|
||||
torrentBaseStatus="•"
|
||||
torrentUpdateStatus="•"
|
||||
torrentBaseStatus=""
|
||||
torrentUpdateStatus=""
|
||||
if [ "${backupTorrentSeeding}" == "on" ]; then
|
||||
torrentBaseStatus="•"
|
||||
torrentUpdateStatus="•"
|
||||
source <(sudo -u admin /home/admin/50torrentHDD.sh status)
|
||||
if [ "${baseComplete}" == "1" ]; then
|
||||
torrentBaseStatus="↑"
|
||||
|
Reference in New Issue
Block a user