Skip to content

Commit

Permalink
change to underscore in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed May 31, 2014
1 parent 037f820 commit 8fba617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/run_receiver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

screen -S gatd-receiver-udp -m -d ./receiver-udp.py
screen -S gatd-receiver-udp -m -d ./receiver_udp.py
#screen -S gatd-receiver-udp -m -d ./receiver-udp
screen -S gatd-receiver-tcp -m -d ./receiver_tcp.py
screen -S gatd-receiver-http-post -m -d ./receiver_http_post.py

0 comments on commit 8fba617

Please sign in to comment.