From ed7ff129ab9da817ec2bff4129efd72946c381ac Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 18 Nov 2023 13:59:35 -0500 Subject: [PATCH] Update config restart CubeSatSim after -B --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 6b27189d..ab3ece53 100755 --- a/config +++ b/config @@ -479,7 +479,7 @@ elif [ "$1" = "-B" ]; then # if ["$mode" = "1"] ; then sudo systemctl restart rpitx fi -# sudo systemctl restart cubesatsim + sudo systemctl restart cubesatsim fi