summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-16 18:43:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-16 18:44:33 +0200
commitbc71d44dbe51023cb2f91e4307f3acfe26c8b9a4 (patch)
treee5f41fbcd564a3b85e8d094addd7a477d492cd21 /update_jdn.sh
parent1c36476df12d2bc4556eb752b3dcf429906f5402 (diff)
downloadjenkins.debian.net-bc71d44dbe51023cb2f91e4307f3acfe26c8b9a4.tar.xz
update_jdn: fixup typo in the last two commits. s/-/_/ in deploy_kgb.py
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index b9f03472..147b4463 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -306,7 +306,7 @@ cd $BASEDIR
KGB_SECRETS="/srv/jenkins/kgb/secrets.yml"
if [ -f "$KGB_SECRETS" ] && [ $(stat -c "%a:%U:%G" "$KGB_SECRETS") = "640:jenkins-adm:jenkins-adm" ] ; then
# to assure the files are owned by the right user/team
- sudo -u jenkins-adm "$BASEDIR/deploy-kgb.py"
+ sudo -u jenkins-adm "$BASEDIR/deploy_kgb.py"
else
echo "Warning: $KGB_SECRETS either does not exist or has bad permissions. Please fix. KGB configs not generated"
echo "We expect the secrets file to be mode 640 and owned by jenkins-adm:jenkins-adm."