summaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-05-15 12:20:50 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-05-15 12:20:50 +0200
commitefedaa27f1402331911b50f33ca3315a8b888884 (patch)
tree6ff0b063769d88ed5cbdf084694fbae943a18528 /cfg
parent3c055d198d64aabdf2b1fd2a5da3e308577e6082 (diff)
Fix typo in configuration json
Diffstat (limited to 'cfg')
-rw-r--r--cfg/ogclient.json2
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"
},