Grafana Backend Image Renderer that uses headless chrome to capture images. OBS-URL: https://build.opensuse.org/request/show/765341 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana-image-renderer?expand=0&rev=1
11 lines
299 B
Diff
11 lines
299 B
Diff
diff --git a/plugin_start_linux_amd64 b/plugin_start_linux_amd64
|
|
index 06c9696..31f9814 100755
|
|
--- a/plugin_start_linux_amd64
|
|
+++ b/plugin_start_linux_amd64
|
|
@@ -1,4 +1,4 @@
|
|
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
-node ${DIR}/build/app.js
|
|
+node10 ${DIR}/build/app.js
|