Update fctelem.sh copy initial image

fc-7
Alan Johnston 10 months ago committed by GitHub
parent 8a16553a99
commit ad8485ab6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,7 +51,7 @@ sudo systemctl stop rtl_tcp
sudo systemctl stop openwebrx
FILE=/home/pi/CubeSatSim/groundstation/public_html
if [ ! -f "$FILE" ]; then
if [ -f "$FILE" ]; then
echo "Making public_html directory"
mkdir /home/pi/CubeSatSim/groundstation/public_html
fi
@ -60,7 +60,7 @@ cd /home/pi/CubeSatSim/groundstation/public_html
cp /home/pi/CubeSatSim/groundstation/index.html .
cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/groundstation/image_file.jpeg
cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/groundstation/public_html/image_file.jpeg
python3 -m http.server &

Loading…
Cancel
Save

Powered by TurnKey Linux.