Skip to content

Commit

Permalink
fixes Botspot/Pi-Power-Tools/issues/15#issuecomment-744070058
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Dec 13, 2020
1 parent 3ea12fd commit def9af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdesktop
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ if [ "$AUTO_LOGIN" == "yes" ]; then
spawn "\""${DIRECTORY}/nspawn"\"" "\""$nspawnpath"\"" "\""$MOUNTPOINT"\"" "\""$NSPAWN_FLAGS"\""
expect -re .*login:
send -- ${USERNAME}\r
expect -re .*Password:
expect -re .*:
send -- ${PASSWORD}\r
interact ''
expect eof
Expand Down

0 comments on commit def9af8

Please sign in to comment.