mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
get status info from script
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user