Skip to content

Commit

Permalink
Fix run_virtual_iridium.sh (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhenry01 authored Feb 25, 2024
1 parent eff2eb3 commit 6166b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_virtual_iridium.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# README under sailbot_workspace/src/network_systems/scripts/

WEBHOOK_SERVER_ENDPOINT=${1:-127.0.0.1:8081}
WEBHOOK_SERVER_ENDPOINT=${1:-"http://127.0.0.1:8081"}
VIRTUAL_IRIDIUM_HTTP_SERVER_PORT=${2:-8080}

# Make sure everything is killed on exit
Expand Down

0 comments on commit 6166b71

Please sign in to comment.