Skip to content

Commit 5cd4e0f

Browse files
committed
outtune: fix ff profile path
1 parent 16180c6 commit 5cd4e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pkg/outtune/outtune_linux.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717

1818
const (
1919
defaultNSSPath = ".pki/nssdb"
20-
firefoxProfilesGlob = ".mozilla/firefox/*.default-release*"
21-
firefoxSnapProfilesGlob = "snap/firefox/common/.mozilla/firefox/*.default-release"
20+
firefoxProfilesGlob = ".mozilla/firefox/*.default*"
21+
firefoxSnapProfilesGlob = "snap/firefox/common/.mozilla/firefox/*.default*"
2222
certutilBinary = "/usr/bin/certutil"
2323
pk12utilBinary = "/usr/bin/pk12util"
2424
naisdeviceCertName = "naisdevice"

0 commit comments

Comments
 (0)