File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COMMIT := $(shell sh -c 'git rev-parse --short HEAD')
55DOCKER := $(shell which docker)
66DOCKER_IMAGE := docker-registry:5000/actiontech/universe-compiler-udup:v4
77
8- PROJECT_NAME = dtle
8+ PROJECT_NAME ? = dtle
99VERSION = 3.21.06.1
1010
1111ifdef GOBIN
@@ -47,6 +47,8 @@ package-common: driver
4747 cp -R dist/dtle dist/install/usr/share/dtle/nomad-plugin
4848 cp -R scripts dist/install/usr/share/dtle/
4949 cp -R etc dist/install/
50+ -mkdir -p dist/install/usr/share/dtle/ui
51+ -cp -R ui dist/install/usr/share/dtle
5052
5153package : package-common
5254 mkdir -p dist/install/usr/bin
Original file line number Diff line number Diff line change @@ -69,5 +69,6 @@ plugin "dtle" {
6969
7070 publish_metrics = false
7171 stats_collection_interval = 15
72+ # ui_dir = "PATH_TO_UI_DIR"
7273 }
7374}
You can’t perform that action at this time.
0 commit comments