From d62db52115dc858c796753a3aeac2a41f9c9b531 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 23 Feb 2026 10:29:11 -0500 Subject: [PATCH] Fix path for CubeSatSim configuration commands at start --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index ea757f88..45831321 100755 --- a/install +++ b/install @@ -34,9 +34,9 @@ else touch /home/pi/CubeSatSim/command_control_direwolf - /home/piCubeSatSim/config -c -n + /home/pi/CubeSatSim/config -c -n - /home/piCubeSatSim/config -l -n + /home/pi/CubeSatSim/config -l -n fi