summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-23 12:34:57 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-23 12:34:57 +0200
commit27604db16a0081d3aff863841f66683dc5db697b (patch)
tree71dc55a868289a406461137f698ecc1865192445 /update_jdn.sh
parent9c18c6e8b923c9b75b290e2f2d1302090f68a9df (diff)
downloadjenkins.debian.net-27604db16a0081d3aff863841f66683dc5db697b.tar.xz
fixup 9c18c6e8: reproducible Debian: enable workaround for opi2a acting strange…
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 95e6f2d5..da7178e3 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -41,6 +41,7 @@ case $HOSTNAME in
# this host is acting strange…
# restarting services cause hangs, so we don't do that
echo -e "#!/bin/sh\nexit 0" | sudo tee /usr/sbin/policy-rc.d
+ chmod +x /usr/sbin/policy-rc.d
;;
*) ;;
esac