Update transmit.py typo systemctl

pull/405/head
Alan Johnston 1 year ago committed by GitHub
parent ec415ab928
commit 7f5e890fda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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'):

Loading…
Cancel
Save

Powered by TurnKey Linux.