From ebfe1b9e60b9df31ebf7a892967ee26f411d6886 2018-11-23 18:27:06 From: Unknown Date: 2018-11-23 18:27:06 Subject: [PATCH] a --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index a05c4f0..30680a8 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -209,6 +209,8 @@ MISSING_PACKAGES="" # Packages installed for c/c++ build environment in chroot (keep empty) COMPILER_PACKAGES="" +set +x + #Check if apt-cacher-ng has port 3142 open and set APT_PROXY APT_CACHER_RUNNING=$(lsof -i :3142 | grep apt-cacher-ng | cut -d ' ' -f3 | uniq) if [ -n ${APT_CACHER_RUNNING} ] ; then