Skip to content

Commit

Permalink
[#287] Alias fix from John makes one sattelite work. SC2 still unresp…
Browse files Browse the repository at this point in the history
…onsive.
  • Loading branch information
kevincbruce committed Jun 28, 2024
1 parent 90e0fba commit c7c7c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gsw_cosmos_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ source $SCRIPT_DIR/env.sh
#mkdir /tmp/uplink 2> /dev/null

echo $SC_NUM" COSMOS launch..."
gnome-terminal --tab --title=$SC_NUM" - Cosmos" -- $DFLAGS -v $BASE_DIR:$BASE_DIR -v /tmp/nos3:/tmp/nos3 -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 -w $GSW_DIR --name $SC_NUM"_cosmos_openc3-operator_1" --network=$SC_NETNAME ballaerospace/cosmos:4.5.0
gnome-terminal --tab --title=$SC_NUM" - Cosmos" -- $DFLAGS -v $BASE_DIR:$BASE_DIR -v /tmp/nos3:/tmp/nos3 -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 -w $GSW_DIR --name $SC_NUM"_cosmos_openc3-operator_1" --network=$SC_NETNAME --network-alias=cosmos ballaerospace/cosmos:4.5.0

0 comments on commit c7c7c05

Please sign in to comment.