From e6030b73764c112eb2355625ba732c0244b969ab Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Fri, 8 Jun 2018 09:14:10 -0700 Subject: [PATCH] Fix polkit typo Fixing error caught in #44 --- ubuntu/16.04/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/16.04/install.sh b/ubuntu/16.04/install.sh index 5a9c8f5..082ad1c 100644 --- a/ubuntu/16.04/install.sh +++ b/ubuntu/16.04/install.sh @@ -92,7 +92,7 @@ polkit.addRule(function(action, subject) { action.id == "org.freedesktop.color-manager.create-profile" || action.id == "org.freedesktop.color-manager.modify-profile" || action.id == "org.freedesktop.color-manager.delete-profile") && - subject.isInGroup("{group}")) + subject.isInGroup("users")) { return polkit.Result.YES; }