From afe83b404bcb6730cc50dc0428c5b56bf9f5b39b Mon Sep 17 00:00:00 2001 From: Luka Debenjak Date: Mon, 16 Jan 2023 17:25:25 +0100 Subject: [PATCH] updating Eiger scripts --- X_X11MA_PEEM.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/X_X11MA_PEEM.json b/X_X11MA_PEEM.json index f928931..8c45d60 100644 --- a/X_X11MA_PEEM.json +++ b/X_X11MA_PEEM.json @@ -90,17 +90,17 @@ { "type": "cmd", "text": "Start", - "command": "X_X11MA_EigerStart.sh" + "command": "EigerStart" }, { "type": "cmd", "text": "Stop", - "command": "X_X11MA_EigerStop.sh" + "command": "EigerStop" }, { "type": "cmd", "text": "Restart", - "command": "X_X11MA_EigerRestart.sh" + "command": "EigerRestart" } ] }