Browse Source

last try

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

4
home.admin/00infoBlitz.sh

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

Loading…
Cancel
Save