From 7f5e890fda663f35cdda2bd1e818ffbc9dd275c4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 7 Dec 2024 17:39:11 -0500 Subject: [PATCH] Update transmit.py typo systemctl --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 0c4137e4..0ab0c67d 100644 --- a/transmit.py +++ b/transmit.py @@ -426,7 +426,7 @@ if __name__ == "__main__": elif (mode == 'p'): print("Pacsat") # system('/home/pi/CubeSatSim/pacsatsim.sh') - system('sudo systectl start pacsatsim') + system('sudo systemctl start pacsatsim') while True: sleep(30) elif (mode == 'p'):