Also return user name when requesting bootstrap data

This commit is contained in:
Kovid Goyal 2022-03-04 12:16:45 +05:30
parent da30536709
commit 95efeee7de
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -45,7 +45,7 @@ password_filename="PASSWORD_FILENAME"
data_complete="n" data_complete="n"
leading_data="" 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") record_separator=$(printf "\036")
mv_files_and_dirs() { mv_files_and_dirs() {