mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
get status info from script
This commit is contained in:
parent
61b53f4244
commit
2561b2d70b
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ fi
|
|||
# STATUS SINALING: Backup Torrent Seeding
|
||||
torrentBaseStatus="•"
|
||||
torrentUpdateStatus="•"
|
||||
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting-status | source /dev/stdin
|
||||
source <(/home/admin/50torrentHDD.sh backup-torrent-hosting-status)
|
||||
if [ "${baseComplete}" == "1" ]; then
|
||||
torrentBaseStatus="↑"
|
||||
elif [ "${baseSeeding}" == "1" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue