aboutsummaryrefslogtreecommitdiff
path: root/weed/command/shell.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/shell.go')
-rw-r--r--weed/command/shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go
index 3216d5d48..95b62f0b5 100644
--- a/weed/command/shell.go
+++ b/weed/command/shell.go
@@ -33,7 +33,7 @@ func runShell(command *Command, args []string) bool {
shellOptions.FilerHost = "localhost"
shellOptions.FilerPort = 8888
- shellOptions.Directory = ""
+ shellOptions.Directory = "/"
shell.RunShell(shellOptions)