fix: correct config function call in start method
All checks were successful
Sign Plugins / sign (push) Successful in 30s
All checks were successful
Sign Plugins / sign (push) Successful in 30s
This commit is contained in:
@@ -15,7 +15,7 @@ function metadata() {
|
|||||||
var rootPath = ".";
|
var rootPath = ".";
|
||||||
|
|
||||||
function start() {
|
function start() {
|
||||||
rootPath = config("root_path") || ".";
|
rootPath = config.get("root_path") || ".";
|
||||||
log("File Manager started, root: " + rootPath);
|
log("File Manager started, root: " + rootPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user