Skip to content

Commit abb6a44

Browse files
committed
linux: polkit rules use // for comments, not #
1 parent 0c43d9c commit abb6a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ResultActive=yes
2222
EOF
2323
elif [ -d "$WORK/etc/polkit-1/rules.d/" ]; then
2424
cat >"$WORK/etc/polkit-1/rules.d/49-nopasswd_shells.rules" <<EOF
25-
#rules for all distros
25+
// rules for all distros
2626
polkit.addRule(function(action, subject) {
2727
if (subject.isInGroup("shellsuser")) {
2828
return polkit.Result.YES;

0 commit comments

Comments
 (0)