Compare commits
2 commits
a391e26027
...
a00c65b2bd
Author | SHA1 | Date | |
---|---|---|---|
a00c65b2bd | |||
4b58f65fa1 |
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
|
|||
if [ "$_flag_action" != restore ] || $confirm "Do you wish to restore a backup?"
|
||||
set -l keyVar VALHALLA_BACKUP_SERVER_KEY
|
||||
|
||||
set -l keyPath ~root/.config/port-valhalla/valhalla
|
||||
set -l keyPath ~/.config/port-valhalla/valhalla
|
||||
set -l server (string repeat --count 3 (printf "%s\n" "Please specify the host name of the SSH server: "))
|
||||
set -l port (string repeat --count 3 (printf "%s\n" "Please specify the port of the SSH server (default 22): "))
|
||||
set -l user (string repeat --count 3 (printf "%s\n" "Please specify the name of the user to log in to the SSH server: "))
|
||||
|
|
Loading…
Reference in a new issue