From b38914232421cfc6768f6a83933624c7012c28f2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 6 Jun 2021 07:27:22 -0400 Subject: [PATCH] added ; null if file exists --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 68ab7573..2bb74e14 100755 --- a/update +++ b/update @@ -50,6 +50,7 @@ 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 @@ -57,6 +58,7 @@ 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