projects
/
libremanage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e59af0
)
Fix syntax issue
author
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Fri, 6 Jul 2018 17:47:43 +0000
(13:47 -0400)
committer
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Fri, 6 Jul 2018 17:47:43 +0000
(13:47 -0400)
libremanage
patch
|
blob
|
blame
|
history
diff --git
a/libremanage
b/libremanage
index c47c4a6873960e43b86d2223eba778394de4715f..1c00ece6dbaaa03d2593e178dde0bf9202387bc5 100755
(executable)
--- a/
libremanage
+++ b/
libremanage
@@
-118,7
+118,7
@@
def set_server_power(state, server):
def open_tty(s):
if s["tty"]["uncolor"]:
# Broken serial port, workaround TTY garbage with libremanage-serial
- subprocess.run(["libremanage-serial", s["name"])
+ subprocess.run(["libremanage-serial", s["name"]
]
)
else:
# Use native GNU screen
return open_ssh(s, "screen " + s["tty"]["file"] + " " + str(s["tty"]["baud"]), force_tty=True),