Update execution mode of gopass_wrapper.sh
ux -> Ux. This at least scrubs environment variables before executing the script. For px and cx we would need to create a profile for gopass_wrapper.sh. ix inherits the firefox profile, which leads to errors.
This commit is contained in:
parent
ef2e5c6cb7
commit
89bd841b4d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ fun Prov.enableGopassWrapperShForFirefox() = task {
|
|||
|
||||
if (checkFile(appArmorFile)) {
|
||||
addTextToFile(
|
||||
"\nowner @{HOME}/.config/gopass/gopass_wrapper.sh ux\n",
|
||||
"\nowner @{HOME}/.config/gopass/gopass_wrapper.sh Ux\n",
|
||||
File(appArmorFile),
|
||||
sudo = true
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue