554b366 Update build script to create logs directory.
- Parent bee4732f13fb7093a28c1a27bc3b444bb71a8284
- Authored by Peter Boughton at Wed 20 Oct 2021, 19:01
- Committed by Peter Boughton at Thu 21 Oct 2021, 13:36
build/build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build/build.sh b/build/build.sh index 05bebe2..a392cc6 100644 --- a/build/build.sh +++ b/build/build.sh @@ -201,6 +201,8 @@ function createBundle () printInfo "1/7 Copy template files " cp -r "$SourceDir"/* ./ && printVerbose " Copied [$SourceDir]" + mkdir -p "lucee-base/logs" && printVerbose " Created [lucee-base/logs]" + ## 2 - jetty-home ##