mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-08-08 02:53:26 +00:00
Update main.go
Co-authored-by: Dimitris Karakasilis <jimmykarily@gmail.com>
This commit is contained in:
parent
e0316ade0a
commit
193a7da9ee
2
main.go
2
main.go
@ -283,7 +283,7 @@ func unlockAll() error {
|
|||||||
|
|
||||||
partitionInfo, _, err := pi.NewPartitionInfoFromFile(pi.DefaultPartitionInfoFile)
|
partitionInfo, _, err := pi.NewPartitionInfoFromFile(pi.DefaultPartitionInfoFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("Partition file not found '%s' \n", pi.DefaultPartitionInfoFile)
|
fmt.Printf("Warning: Partition file not found '%s' \n", pi.DefaultPartitionInfoFile)
|
||||||
}
|
}
|
||||||
|
|
||||||
block, err := ghw.Block()
|
block, err := ghw.Block()
|
||||||
|
Loading…
Reference in New Issue
Block a user