Update transmit.py restart pacsatsim

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

@ -426,7 +426,7 @@ if __name__ == "__main__":
elif (mode == 'p'): elif (mode == 'p'):
print("Pacsat") print("Pacsat")
# system('/home/pi/CubeSatSim/pacsatsim.sh') # system('/home/pi/CubeSatSim/pacsatsim.sh')
system('sudo systemctl start pacsatsim') system('sudo systemctl restart pacsatsim')
while True: while True:
sleep(30) sleep(30)
elif (mode == 'p'): elif (mode == 'p'):

Loading…
Cancel
Save

Powered by TurnKey Linux.