added restart dia client option

This commit is contained in:
2020-01-30 18:55:35 +01:00
parent ab2cffaa47
commit 16abb7a9e7
+1 -1
View File
@@ -359,4 +359,4 @@ class DIAClient:
def reset_server(self, *args):
if not args:
args = ["all"]
os.system("ssh jf@sf-daq-3 -i ~/.ssh/daq3.key " + " ".join(args))
os.system("ssh jf@sf-daq-3 -t -i ~/.ssh/daq3.key ./services.sh restart " + " ".join(args))