X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d63aa5e7b08630cc17a606e85e35acc5bd0041ee..b5a575f0cd0d94db4e3cea6aba0fa904d127d044:/bootstrap/domtool-create-local-root 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?"