Browse Source

test again

master
Christian Rotzoll 6 years ago
parent
commit
dc7be3d0a2
  1. 5
      home.admin/00infoBlitz.sh

5
home.admin/00infoBlitz.sh

@ -271,10 +271,9 @@ else
fi fi
# STATUS SINALING: Backup Torrent Seeding # STATUS SINALING: Backup Torrent Seeding
torrentBaseStatus="" torrentBaseStatus="_"
torrentUpdateStatus="•" torrentUpdateStatus="•"
/home/admin/50torrentHDD.sh backup-torrent-hosting-status 1>./.torrent.status source <(/home/admin/50torrentHDD.sh backup-torrent-hosting-status)
source ./.torrent.status
if [ "${baseComplete}" == "1" ]; then if [ "${baseComplete}" == "1" ]; then
torrentBaseStatus="↑" torrentBaseStatus="↑"
elif [ "${baseSeeding}" == "1" ]; then elif [ "${baseSeeding}" == "1" ]; then

Loading…
Cancel
Save