diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-03 23:19:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-03 23:19:42 +0200 |
commit | b7c5032acc8e7495a3be0b82215836444d023598 (patch) | |
tree | 11209f5af1968ecc865c88fab241dcb312527e63 | |
parent | e94e48877cb8f074ca65bd3ac67756cb512eabd8 (diff) | |
download | jenkins.debian.net-b7c5032acc8e7495a3be0b82215836444d023598.tar.xz |
reproducible Debian: debug where opi2a is hanging
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index b7a87d87..996e461f 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -452,6 +452,9 @@ if [ -f /etc/debian_version ] ; then fi fi +#debug where opi2a is hanging +set -x + # # deploy package configuration in /etc and /usr/local/ # |