Skip to content

Commit 6111af8

Browse files
committed
added the dbengine to the directory structure
1 parent b111ead commit 6111af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vars.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func init() {
6262
}
6363

6464
databases = new(sync.Map)
65+
*flagStorageDir = filepath.Join(*flagStorageDir, *flagEngine)
6566

6667
os.MkdirAll(*flagStorageDir, 0744)
6768

0 commit comments

Comments
 (0)