diff --git a/take_photos.sh b/take_photos.sh index 48af639a..b84c8cad 100755 --- a/take_photos.sh +++ b/take_photos.sh @@ -4,7 +4,7 @@ echo -e "\nScript to take pictures every 30 seconds\n" while true; do - python3 /home/pi/payload/take-photo.py + python3 /home/pi/CubeSatSim/take-photo.py echo -e "\nTaking photo!\n" sleep 28