From 2d421d632ac35e703fca16a9e229d35e65bd7b38 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 21:46:34 -0500 Subject: [PATCH] Update fctelem.sh put python3 server and copies back in --- groundstation/fctelem.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index 28a147e8..87386622 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -58,13 +58,13 @@ 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 & +python3 -m http.server & setsid chromium-browser --check-for-update-interval=1 --simulate-critical-update --noerrdialogs --disable-infobars http://127.0.0.1:8000 &>/dev/null &