mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
test
This commit is contained in:
@@ -273,7 +273,8 @@ fi
|
|||||||
# STATUS SINALING: Backup Torrent Seeding
|
# STATUS SINALING: Backup Torrent Seeding
|
||||||
torrentBaseStatus="•"
|
torrentBaseStatus="•"
|
||||||
torrentUpdateStatus="•"
|
torrentUpdateStatus="•"
|
||||||
source <(/home/admin/50torrentHDD.sh backup-torrent-hosting-status)
|
/home/admin/50torrentHDD.sh backup-torrent-hosting-status 1>./.torrent.status
|
||||||
|
source ./.torrent.status
|
||||||
if [ "${baseComplete}" == "1" ]; then
|
if [ "${baseComplete}" == "1" ]; then
|
||||||
torrentBaseStatus="↑"
|
torrentBaseStatus="↑"
|
||||||
elif [ "${baseSeeding}" == "1" ]; then
|
elif [ "${baseSeeding}" == "1" ]; then
|
||||||
|
Reference in New Issue
Block a user