mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 19:21:23 -06:00
[server][core] Fix fs mount
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func (f FileSystem) CreateMount(path string, backend storage.Backend) error {
|
||||
r, err := f.ResourceByPath(path)
|
||||
r, err := f.ResourceByPathWithRoot(path)
|
||||
if err != nil {
|
||||
fmt.Println("failed to locate resource: " + err.Error())
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user