summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
committerFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
commitf1fb9827faec228246062f2cd8e38f0dd3338e3a (patch)
tree4b142676d0f7dbfb2decd2eb9886372d7c1fb34d /Kconfig
parentc1e6c1341ace1f61569e6d1d0dbfb36cb192113c (diff)
downloadmicrobbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.tar.gz
microbbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.zip
Added ini file support
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 8c91bc3..7ab7a51 100644
--- a/Kconfig
+++ b/Kconfig
@@ -44,7 +44,7 @@ menuconfig LOGIN
if LOGIN
config USER_DEFAULT_DIR
string "Defaul user data directory"
- default "./users"
+ default "./users/"
endif
menuconfig ARTICLES