Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
enable creation home in eoshomewrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Aug 14, 2023
1 parent 1b98f34 commit 9017779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cbox/storage/eoshomewrapper/eoshomewrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func New(ctx context.Context, m map[string]interface{}) (storage.FS, error) {
if _, ok := m["version_invariant"]; !ok {
c.VersionInvariant = true
}
c.EnableHome = true

t, ok := m["mount_id_template"].(string)
if !ok || t == "" {
Expand Down

0 comments on commit 9017779

Please sign in to comment.