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:
erik 2022-09-01 14:31:49 +02:00
parent ef2e5c6cb7
commit 89bd841b4d

View file

@ -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
)