This commit is contained in:
gac-S_Changer
2018-06-07 16:31:33 +02:00
parent 4af6939fb4
commit 640fc477fe
7 changed files with 254 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
USR,PWD = "pi", "raspberry"
HOST,PORT = "tell-raspberrypi", 22
CMD= "sudo systemctl stop puck_detection.service"
ret = run("tools/SshExec")
set_return(ret)