dont show if torrent backup is off

This commit is contained in:
Christian Rotzoll
2019-04-15 13:37:20 +01:00
parent 4d60642f0e
commit a0864e37a4

View File

@@ -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="↑"