diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-05-15 12:20:50 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-05-15 12:20:50 +0200 |
commit | efedaa27f1402331911b50f33ca3315a8b888884 (patch) | |
tree | 6ff0b063769d88ed5cbdf084694fbae943a18528 | |
parent | 3c055d198d64aabdf2b1fd2a5da3e308577e6082 (diff) |
Fix typo in configuration json
-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 047ec6d..dc8055d 100644 --- a/cfg/ogclient.json +++ b/cfg/ogclient.json @@ -8,7 +8,7 @@ "url_log": "http://localhost/cgi-bin/httpd-log.sh" }, "samba": { - "activate": true + "activate": true, "user": "opengnsys", "pass": "og" }, |