summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2023-07-20 15:27:43 +0300
committerTasos Katsoulas <tasos@netdata.cloud>2023-07-20 15:28:37 +0300
commit6a199b3287161d39a3714f73322c4bd39a646b11 (patch)
treed6f63b320ec2feadec02ff98d2b67a058e58d156
parent7766ec91a54f3ee7328d6187ae28255099b06ac8 (diff)
Fix the ingest script for bundling v2 dashboard to include licensefix-bundle-license
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rwxr-xr-xweb/gui/bundle_dashboard_v2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/gui/bundle_dashboard_v2.py b/web/gui/bundle_dashboard_v2.py
index 66c74503de..ac7d14dcec 100755
--- a/web/gui/bundle_dashboard_v2.py
+++ b/web/gui/bundle_dashboard_v2.py
@@ -29,7 +29,8 @@ MAKEFILETEMPLATE = '''
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_noinst_DATA = \\
- $(srcdir)/README.md
+ $(srcdir)/README.md \\
+ $(srcdir)/LICENSE.md
webv2dir=$(webdir)/v2