mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
tweaking
This commit is contained in:
parent
915d49b1ad
commit
8507506fe0
1 changed files with 2 additions and 0 deletions
|
@ -12,8 +12,10 @@ source "$(dirname $0)/lib.sh"
|
||||||
|
|
||||||
if [ -f "ci/Dockerfile-build.${ZT_NAME}" ]; then
|
if [ -f "ci/Dockerfile-build.${ZT_NAME}" ]; then
|
||||||
DOCKERFILE="ci/Dockerfile-build.${ZT_NAME}"
|
DOCKERFILE="ci/Dockerfile-build.${ZT_NAME}"
|
||||||
|
echo "USING DOCKERFILE ${DOCKERFILE}"
|
||||||
else
|
else
|
||||||
DOCKERFILE="ci/Dockerfile-build.${PKGFMT}"
|
DOCKERFILE="ci/Dockerfile-build.${PKGFMT}"
|
||||||
|
echo "USING DOCKERFILE ${DOCKERFILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "#~~~~~~~~~~~~~~~~~~~~"
|
echo "#~~~~~~~~~~~~~~~~~~~~"
|
||||||
|
|
Loading…
Add table
Reference in a new issue