aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/run_onchange_after_deploy-pteid-pkcs11.sh.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'run_onchange_after_deploy-pteid-pkcs11.sh.tmpl')
-rw-r--r--run_onchange_after_deploy-pteid-pkcs11.sh.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_onchange_after_deploy-pteid-pkcs11.sh.tmpl b/run_onchange_after_deploy-pteid-pkcs11.sh.tmpl
index 13db657..10ebcd2 100644
--- a/run_onchange_after_deploy-pteid-pkcs11.sh.tmpl
+++ b/run_onchange_after_deploy-pteid-pkcs11.sh.tmpl
@@ -62,7 +62,7 @@ register_in_profile() {
# Each line: <flatpak_app_id> <profile_subdir> <process_name>
MOZILLA_APPS="\
io.gitlab.librewolf-community .librewolf librewolf
-org.mozilla.Thunderbird .thunderbird thunderbird"
+org.mozilla.thunderbird .thunderbird thunderbird"
echo "$MOZILLA_APPS" | while IFS=' ' read -r app profile_subdir proc_name; do
[ -n "$app" ] || continue