Update rtl-tcp.sh fixed typo

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

@ -52,7 +52,7 @@ 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
while [[ sudo systemctl status rtl_tcp | grep "Active: active (running)" ]]
while [[ $(sudo systemctl status rtl_tcp | grep "Active: active (running)") ]]
do
sleep 5
done

Loading…
Cancel
Save

Powered by TurnKey Linux.