diff options
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/dbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 54d9926a..501530db 100644 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -3,7 +3,7 @@ # Docker Building Script. Reads all the components generated by install, on per-version basis # # Pull in Variables from d.props -. d.props +./d.props # TODO add ability to do DEBUG settings if ["$1" == ""]; then |