diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-05 13:23:46 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-06-05 14:55:10 +0200 |
commit | 1377aceec23fdb0efc4e1406ee308e1377d36065 (patch) | |
tree | e4bd5706cc2bc713d02d90e531c819e21afbb67f /cfg | |
parent | d7b7b0b17571c7e36b69314b28dc1ea3a43c2215 (diff) |
Rename 'linux' mode to 'live' mode
'linux' represents ogLive mode that is the reason for the rename.
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/ogclient.json b/cfg/ogclient.json index dc8055d..18d4d8b 100644 --- a/cfg/ogclient.json +++ b/cfg/ogclient.json @@ -3,7 +3,7 @@ "ip": "127.0.0.1", "port": 8889, "log": "DEBUG", - "mode": "linux", + "mode": "live", "url": "https://127.0.0.1/opengnsys/varios/menubrowser.php", "url_log": "http://localhost/cgi-bin/httpd-log.sh" }, |