@ -7,9 +7,12 @@ echo -e "IP Address to use in web browsers is: "
hostname -I|cut -f1 -d ' '
# kill openwebrx if running
# kill rtl if running
ps -ef | grep rtl | grep -v grep | awk '{print $2}' | sudo xargs kill
# kill openwebrx process if running
ps -ef | grep openwebrx | grep -v grep | awk '{print $2}' | sudo xargs kill
cd ../openwebrx
sudo python openwebrx.py
Powered by TurnKey Linux.