mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
10 lines
157 B
Bash
Executable File
10 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "Installing Grafana plugins..."
|
|
grafana cli plugins install yesoreyeram-infinity-datasource
|
|
|
|
echo "Starting Grafana..."
|
|
exec /run.sh
|