mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
Added a more verbose message when db.lck exists
This commit is contained in:
parent
827dbd21cb
commit
145a1393b5
4
exec.go
4
exec.go
@ -60,7 +60,9 @@ func waitLock() {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Print(bold(yellow(smallArrow)), " db.lck is present. Waiting...")
|
||||
fmt.Println(bold(yellow(smallArrow)), filepath.Join(pacmanConf.DBPath, "db.lck"), "is present.")
|
||||
|
||||
fmt.Print(bold(yellow(smallArrow)), " There may be another Pacman instance running. Waiting...")
|
||||
|
||||
for {
|
||||
time.Sleep(3 * time.Second)
|
||||
|
Loading…
Reference in New Issue
Block a user