fix(generation): update wrongful path of default key generation path despite it will not affect exsisitng shikigrid service configuration but still amend for better codebase uniformity & conventions

This commit is contained in:
Anda Toshiki 2024-09-17 18:38:28 -07:00
parent 60f316bc55
commit 936e661842
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -131,7 +131,7 @@ func setupMode() string {
// for inbox actions, set the keys to the default path if empty // for inbox actions, set the keys to the default path if empty
if (whoami || inbox) && keysPath == "" { if (whoami || inbox) && keysPath == "" {
keysPath = "/etc/pwnagotchi/" keysPath = "/etc/shikigotchi/"
} }
// generate keypair // generate keypair