From: Clinton Ebadi Date: Sat, 11 Aug 2018 18:04:27 +0000 (-0400) Subject: bootstrap: use locally built domtool-config when creating local-root X-Git-Tag: release_20181012~4 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/b5a575f0cd0d94db4e3cea6aba0fa904d127d044 bootstrap: use locally built domtool-config when creating local-root Was unintentionally calling system-wide domtool-config --- diff --git a/bootstrap/domtool-create-local-root b/bootstrap/domtool-create-local-root index e566f06..f501322 100755 --- a/bootstrap/domtool-create-local-root +++ b/bootstrap/domtool-create-local-root @@ -4,7 +4,7 @@ # service = bind, apache, exim, courier, etc. # actually: domtool-create-local-root -> every possible service dir is created -LOCALROOT=`domtool-config -path local-root` +LOCALROOT=`../bin/domtool-config -path local-root` if [ -z "$LOCALROOT" ]; then echo "ERROR: local root not set. Domtool not built?"