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
6b93ad9a
Commit
6b93ad9a
authored
Jan 24, 2019
by
Holger Levsen
Browse files
create kgb's client-status dir if it does not exist yet
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
93fa99fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
6b93ad9a
...
@@ -713,6 +713,11 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "osuosl-build168-amd64" ] || [
...
@@ -713,6 +713,11 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "osuosl-build168-amd64" ] || [
echo
"/srv/jenkins/kgb should be mode 755 and owned by jenkins-adm:root."
echo
"/srv/jenkins/kgb should be mode 755 and owned by jenkins-adm:root."
echo
"/srv/jenkins/kgb/client-status should be mode 755 and owned by jenkins:jenkins."
echo
"/srv/jenkins/kgb/client-status should be mode 755 and owned by jenkins:jenkins."
fi
fi
KGB_STATUS
=
"/srv/jenkins/kgb/client-status"
if
[
!
-d
"
$KGB_STATUS
"
]
;
then
sudo mkdir
$KGB_STATUS
sudo chown
jenkins-adm:jenkins
$KGB_STATUS
fi
fi
fi
#
#
...
...
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