Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 204beb18 authored by Saagar Jha's avatar Saagar Jha Committed by Gerrit Code Review
Browse files

Merge "Replace prodcertstatus with gcertstatus"

parents 5500fc89 f513b23a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1493,7 +1493,7 @@ func (c *configImpl) GoogleProdCredsExist() bool {
	if googleProdCredsExistCache {
		return googleProdCredsExistCache
	}
	if _, err := exec.Command("/usr/bin/prodcertstatus", "--simple_output", "--nocheck_loas").Output(); err != nil {
	if _, err := exec.Command("/usr/bin/gcertstatus").Output(); err != nil {
		return false
	}
	googleProdCredsExistCache = true