Update rtl-tcp.sh add while to close window

pacsat-tx
Alan Johnston 12 months ago committed by GitHub
parent f224a0ede0
commit 84d090747c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -52,8 +52,9 @@ sudo killall -9 zenity &>/dev/null
#sudo /bin/sh -c '/usr/local/bin/rtl_tcp -a $(hostname -I|cut -f1 -d " ")'
sudo systemctl start rtl_tcp &>/dev/null
sudo journalctl -af -u rtl_tcp
sleep 5
while [[ sudo systemctl status rtl_tcp | grep "Active: active (running)" ]]
do
sleep 5
done
#$SHELL

Loading…
Cancel
Save

Powered by TurnKey Linux.