diff --git a/Code/groundStation/uploader/init.sh b/Code/groundStation/uploader/init.sh index a042e0c..a1aa1f1 100644 --- a/Code/groundStation/uploader/init.sh +++ b/Code/groundStation/uploader/init.sh @@ -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 \ No newline at end of file +cd /home/cnicholson/StratoSoar-MK3/Code/groundStation/uploader +source env/bin/activate +python3 -u main.py \ No newline at end of file