Compare commits
2 commits
9bc4b5c8a8
...
a391e26027
Author | SHA1 | Date | |
---|---|---|---|
a391e26027 | |||
12ad762841 |
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
|
|||
|
||||
if [ -z "$$keyVar" ]
|
||||
set -gx "$keyVar" "$keyPath"
|
||||
sudo mkdir -p (dirname "$keyPath")
|
||||
sudo ssh-keygen -f "$$keyVar" -N ""
|
||||
ssh-keygen -f "$keyPath" -N ""
|
||||
end
|
||||
|
||||
if fish $confirm $ssh[$index] n
|
||||
|
|
Loading…
Reference in a new issue