summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-23 12:38:53 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-23 12:38:53 +0200
commit6a33f88dd66766e34da14d3e150251d0abd05302 (patch)
tree8923a477b195f8a2b4070e93baa5d6b94cdaa485 /update_jdn.sh
parentefd98567827708477089f7d1e926a9b00035ad60 (diff)
downloadjenkins.debian.net-6a33f88dd66766e34da14d3e150251d0abd05302.tar.xz
opi2a workaround: exit 101 as piuparts does
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 b9f1e6e9..7bfbce7d 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -40,7 +40,7 @@ case $HOSTNAME in
opi2a)
# 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
+ echo -e "#!/bin/sh\nexit 101" | sudo tee /usr/sbin/policy-rc.d
sudo chmod +x /usr/sbin/policy-rc.d
;;
*) ;;