Compare commits
2 commits
9bc4b5c8a8
...
542dc6f5a8
Author | SHA1 | Date | |
---|---|---|---|
542dc6f5a8 | |||
871992abbd |
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
|
||||||
sudo ssh-keygen -f "$$keyVar" -N ""
|
sudo ssh-keygen -f "$$keyVar" -N ""
|
||||||
end
|
end
|
||||||
|
|
||||||
if fish $confirm $ssh[$index] n
|
if $confirm $ssh[$index] n
|
||||||
read -gxP $server[$index] VALHALLA_BACKUP_SERVER
|
read -gxP $server[$index] VALHALLA_BACKUP_SERVER
|
||||||
read -gxP $port[$index] VALHALLA_BACKUP_SERVER_PORT
|
read -gxP $port[$index] VALHALLA_BACKUP_SERVER_PORT
|
||||||
read -gxP $user[$index] VALHALLA_BACKUP_SERVER_USER
|
read -gxP $user[$index] VALHALLA_BACKUP_SERVER_USER
|
||||||
|
|
Loading…
Reference in a new issue