From e9dc3079c652ab27b8977ffcde3af35e3aa837e0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 09:56:17 -0400 Subject: [PATCH] updated to changed in grep --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 82b61c8e..cd2cdaf8 100755 --- a/update +++ b/update @@ -27,7 +27,7 @@ else fi if [[ $(diff systemd/rpitx.service /etc/systemd/system/rpitx.service) ]]; then - echo "copying rpitx.service" + echo "changed rpitx.service" sudo cp /home/pi/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service FLAG=1 else