|
|
@ -273,6 +273,7 @@ fi |
|
|
|
# STATUS SINALING: Backup Torrent Seeding |
|
|
|
torrentBaseStatus="•" |
|
|
|
torrentUpdateStatus="•" |
|
|
|
if [ "${backupTorrentSeeding}" == "on" ]; then |
|
|
|
source <(sudo -u admin /home/admin/50torrentHDD.sh status) |
|
|
|
if [ "${baseComplete}" == "1" ]; then |
|
|
|
torrentBaseStatus="↑" |
|
|
@ -284,6 +285,7 @@ if [ "${updateComplete}" == "1" ]; then |
|
|
|
elif [ "${updateSeeding}" == "1" ]; then |
|
|
|
torrentUpdateStatus="↓" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
sleep 5 |
|
|
|
printf " |
|
|
|