From 42df5978f2e271eea353652140a7f12bba319aec Mon Sep 17 00:00:00 2001 From: Charles Nicholson <83499056+crnicholson@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:43:03 -0500 Subject: [PATCH] Commit --- Code/groundStation/uploader/init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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