Skip to content

Commit

Permalink
Add a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSSD7 committed Jun 17, 2024
1 parent 5e86be6 commit 8712a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/filemanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ func (fm *FileManager) luksOpen(sc *ssh.Client, fullDevPath string, luksDMName s

fmt.Print("\n")

fmt.Printf("PWD: '%v'\n", string(pwd))

// We start the timeout countdown now only to avoid timing out
// while the user is entering the password, or shortly after that.
startTimeout(func() {
Expand Down

0 comments on commit 8712a9d

Please sign in to comment.