mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
test again
This commit is contained in:
parent
082a38f3f5
commit
dc7be3d0a2
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue