mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-01 12:52:08 +08:00
remove . from app dir
This commit is contained in:
parent
666155eb57
commit
b95a156e5a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func appDir() string {
|
|||
log.Fatal(err)
|
||||
}
|
||||
|
||||
ch := filepath.Join(cfgDir, ".bashhub-server")
|
||||
ch := filepath.Join(cfgDir, "bashhub-server")
|
||||
err = os.MkdirAll(ch, 0755)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
|
Loading…
Reference in a new issue