mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
test again
This commit is contained in:
parent
082a38f3f5
commit
dc7be3d0a2
@ -271,10 +271,9 @@ else
|
||||
fi
|
||||
|
||||
# STATUS SINALING: Backup Torrent Seeding
|
||||
torrentBaseStatus="•"
|
||||
torrentBaseStatus="_"
|
||||
torrentUpdateStatus="•"
|
||||
/home/admin/50torrentHDD.sh backup-torrent-hosting-status 1>./.torrent.status
|
||||
source ./.torrent.status
|
||||
source <(/home/admin/50torrentHDD.sh backup-torrent-hosting-status)
|
||||
if [ "${baseComplete}" == "1" ]; then
|
||||
torrentBaseStatus="↑"
|
||||
elif [ "${baseSeeding}" == "1" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user