test again

This commit is contained in:
Christian Rotzoll 2019-04-11 23:56:55 +01:00
parent 082a38f3f5
commit dc7be3d0a2

View File

@ -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