added port 8080 kill

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent cc06ed3031
commit e427f78835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@
# kill rpitx or sendiq if running
ps -ef | grep rpitx | grep -v grep | awk '{print $2}' | sudo xargs kill
ps -ef | grep sendiq | grep -v grep | awk '{print $2}' | sudo xargs kill
sudo fuser -k 8080/tcp
echo -e "Script to run CubeSat Simulator in Fox FSK Mode\n"

Loading…
Cancel
Save

Powered by TurnKey Linux.