diff --git a/update b/update index 4b46d51f..68ab7573 100755 --- a/update +++ b/update @@ -47,3 +47,18 @@ else echo "nothing to do" fi fi + +FILE=/home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg +if [ -f "$FILE" ]; then +else + echo "Copying SSTV image 1" + cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg +fi + +FILE=/home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg +if [ -f "$FILE" ]; then +else + echo "Copying SSTV image 2" + cp /home/pi/CubeSatSim/sstv/sstv_image_2_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg +fi +