Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
19f4e05c
Verified
Commit
19f4e05c
authored
Aug 16, 2020
by
Mattia Rizzolo
Browse files
fix error… s/getopt/getent/ (???)
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
da9520f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
19f4e05c
...
@@ -150,7 +150,7 @@ users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
...
@@ -150,7 +150,7 @@ users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
if
!
getent group letsencrypt
>
/dev/null
;
then
if
!
getent group letsencrypt
>
/dev/null
;
then
sudo
addgroup
--system
letsencrypt
sudo
addgroup
--system
letsencrypt
fi
fi
if
!
get
op
t passwd letsencrypt
>
/dev/null
;
then
if
!
get
en
t passwd letsencrypt
>
/dev/null
;
then
sudo
adduser
--system
\
sudo
adduser
--system
\
--gecos
"Let's Encrypt role account"
\
--gecos
"Let's Encrypt role account"
\
--shell
/usr/sbin/nologin
\
--shell
/usr/sbin/nologin
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment