Revert "add user title in bulk add #40"

This reverts commit 3729ac5e3e.
This commit is contained in:
Alireza Ahmadi
2023-03-10 19:31:40 +01:00
parent 3729ac5e3e
commit 645b1535ac
2 changed files with 3 additions and 47 deletions

View File

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