Skip to content

Commit

Permalink
Make the default umask a string
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Yedrikov <syedriko@redhat.com>
  • Loading branch information
syedriko committed Mar 18, 2022
1 parent 2036c4a commit ba20677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/command/fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
opts[:chgroup] = s
}

opts[:chumask] = 0
opts[:chumask] = "0"
op.on('--umask UMASK', "change umask") {|s|
opts[:chumask] = s
}
Expand Down

0 comments on commit ba20677

Please sign in to comment.