This commit is contained in:
Christian Rotzoll
2019-04-11 23:58:59 +01:00
parent dc7be3d0a2
commit fd5607bad0

View File

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