mirror of
https://github.com/andatoshiki/shikigrid.git
synced 2026-06-06 04:04:15 +00:00
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:
parent
60f316bc55
commit
936e661842
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user