diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index 87386622..19809423 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -58,11 +58,11 @@ if [ ! -d "$FILE" ]; then mkdir /home/pi/fctelem/public_html/images fi -cd /home/pi/fctelem/public_html +#cd /home/pi/fctelem/public_html -cp /home/pi/CubeSatSim/groundstation/index.html . +#cp /home/pi/CubeSatSim/groundstation/index.html . -cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg ./image_file.jpeg +#cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg ./image_file.jpeg python3 -m http.server &