diff options
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 9b36230b..2da75a19 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -108,6 +108,7 @@ ASCIIDOC_PARAMS="-a numbered -a data-uri -a iconsdir=/etc/asciidoc/images/icons [ todo.html -nt TODO ] || asciidoc $ASCIIDOC_PARAMS -o todo.html TODO [ setup.html -nt INSTALL ] || asciidoc $ASCIIDOC_PARAMS -o setup.html INSTALL rm TODO README INSTALL +chown -R jenkins.jenkins /var/lib/jenkins/userContent explain "Updated user content for Jenkins." # |