Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
crnicholson committed Dec 1, 2024
1 parent 5da88dd commit 42df597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/groundStation/uploader/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

source /home/cnicholson/StratoSoar-MK3/Code/groundStation/uploader/env/bin/activate
python3 -u /home/cnicholson/StratoSoar-MK3/Code/groundStation/uploader/main.py
cd /home/cnicholson/StratoSoar-MK3/Code/groundStation/uploader
source env/bin/activate
python3 -u main.py

0 comments on commit 42df597

Please sign in to comment.