From c1635d65c655ac9fbe50e598b484574e39820651 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 10:10:29 -0400 Subject: [PATCH] print grep --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 85b1f875..2efaa8e8 100755 --- a/update.sh +++ b/update.sh @@ -38,6 +38,7 @@ if [ $FLAG -eq 1 ]; then echo "systemctl daemon-reload" sudo systemctl daemon-reload else + grep 'changed' /home/pi/CubeSatSim/.updated if [[ $(grep 'changed' /home/pi/CubeSatSim/.updated) ]]; then echo "nothing to do" else