nak bunker --persist/--profile

This commit is contained in:
fiatjaf
2025-07-01 11:40:34 -03:00
parent 6e4a546212
commit 0aef173e8b
4 changed files with 265 additions and 45 deletions

View File

@@ -20,11 +20,6 @@ var (
func initializeOutboxHintsDB(c *cli.Command, sys *sdk.System) error {
configPath := c.String("config-path")
if configPath == "" {
if home, err := os.UserHomeDir(); err == nil {
configPath = filepath.Join(home, ".config/nak")
}
}
if configPath != "" {
hintsFilePath = filepath.Join(configPath, "outbox/hints.bg")
}