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.
merge-requests/2/head
erik 2 years ago
parent ef2e5c6cb7
commit 89bd841b4d

@ -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…
Cancel
Save