mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-10 18:19:18 +00:00
Also return user name when requesting bootstrap data
This commit is contained in:
parent
da30536709
commit
95efeee7de
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ password_filename="PASSWORD_FILENAME"
|
|||
data_complete="n"
|
||||
leading_data=""
|
||||
|
||||
[ "$tty_ok" = "y" ] && dsc_to_kitty "ssh" "hostname=$hostname:pwfile=$password_filename:pw=$data_password"
|
||||
[ "$tty_ok" = "y" ] && dsc_to_kitty "ssh" "hostname="$hostname":pwfile="$password_filename":user="$USER":pw="$data_password""
|
||||
record_separator=$(printf "\036")
|
||||
|
||||
mv_files_and_dirs() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue