We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c409fd commit d116345Copy full SHA for d116345
1 file changed
usr/libexec/helper-scripts/user_create.bsh
@@ -22,7 +22,7 @@ zsh_yes_or_no() {
22
return 0
23
fi
24
25
- if grep -q 'nozsh' /proc/cmdline; then
+ if grep --quiet 'nozsh' /proc/cmdline; then
26
printf '%s\n' "$0: INFO: No shell change because nozsh in kernel command line, ok."
27
zsh_enable=no
28
0 commit comments