Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
d8957530a5
commit
0bc6756a4a
@ -527,7 +527,7 @@ func DefaultBaseappOptions(appOpts types.AppOptions) []func(*baseapp.BaseApp) {
|
||||
func GetSnapshotStore(appOpts types.AppOptions) (*snapshots.Store, error) {
|
||||
homeDir := cast.ToString(appOpts.Get(flags.FlagHome))
|
||||
snapshotDir := filepath.Join(homeDir, "data", "snapshots")
|
||||
if err := os.MkdirAll(snapshotDir, os.ModePerm); err != nil {
|
||||
if err := os.MkdirAll(snapshotDir, 0o644); err != nil {
|
||||
return nil, fmt.Errorf("failed to create snapshots directory: %w", err)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user