add user title in bulk add #40

This commit is contained in:
Alireza Ahmadi
2023-03-10 19:30:00 +01:00
parent f736f069a0
commit 3729ac5e3e
2 changed files with 47 additions and 3 deletions

View File

@@ -46,5 +46,5 @@ func IsDebug() bool {
}
func GetDBPath() string {
return fmt.Sprintf("/etc/%s/%s.db", GetName(), GetName())
return fmt.Sprintf("%s/%s.db", GetName(), GetName())
}