Skip to content

Commit f5313ca

Browse files
committed
fix db & config path
1 parent 18d5646 commit f5313ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ function Filebrowser:start()
6464
.. "-a 0.0.0.0 " -- ip to bind to (0.0.0.0 means all interfaces)
6565
.. "-r %s " -- %s: dataPath
6666
.. "-p %s " -- %s: filebrowser_port
67-
.. "-l %s", -- %s: logPath
67+
.. "-l %s " -- %s: logPath
68+
.. "-c ./plugins/filebrowser.koplugin/config.json "
69+
.. "-d ./plugins/filebrowser.koplugin/filebrowser.db "
70+
.. " ", -- end arguments
6871
pidFilePath,
6972
binPath,
7073
self.filebrowser_password,

0 commit comments

Comments
 (0)