diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-23 12:34:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-23 12:34:57 +0200 |
commit | 27604db16a0081d3aff863841f66683dc5db697b (patch) | |
tree | 71dc55a868289a406461137f698ecc1865192445 | |
parent | 9c18c6e8b923c9b75b290e2f2d1302090f68a9df (diff) | |
download | jenkins.debian.net-27604db16a0081d3aff863841f66683dc5db697b.tar.xz |
fixup 9c18c6e8: reproducible Debian: enable workaround for opi2a acting strange…
-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 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 |