summarylogtreecommitdiffstats
path: root/1password.install
diff options
context:
space:
mode:
Diffstat (limited to '1password.install')
-rwxr-xr-x1password.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/1password.install b/1password.install
index 446df885dd76..4f90d35b7a3f 100755
--- a/1password.install
+++ b/1password.install
@@ -27,7 +27,7 @@ pre_upgrade() {
post_install() {
# Setup the Core App Integration helper binary with the correct permissions and group
- HELPER_PATH="/opt/1password/1Password-KeyringHelper"
+ HELPER_PATH="/opt/1Password/1Password-KeyringHelper"
chgrp "${GROUP_NAME}" $HELPER_PATH
# The binary requires setuid so it may interact with the Kernel keyring facilities
@@ -37,7 +37,7 @@ post_install() {
post_upgrade() {
# Setup the Core App Integration helper binary with the correct permissions and group
- HELPER_PATH="/opt/1password/1Password-KeyringHelper"
+ HELPER_PATH="/opt/1Password/1Password-KeyringHelper"
chgrp "${GROUP_NAME}" $HELPER_PATH
# The binary requires setuid so it may interact with the Kernel keyring facilities