mirror of
https://github.com/wahyd4/tig-stack.git
synced 2026-08-09 05:06:03 +10:00
Prepare next version of updating plugins
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
chown -R grafana:grafana "$GF_PATHS_DATA" "$GF_PATHS_LOGS"
|
||||
chown -R grafana:grafana /etc/grafana
|
||||
|
||||
# This will be used in the future
|
||||
#plugins=`grafana-cli plugins list-remote | awk '{print $2}'`
|
||||
#for i in $plugins; do grafana-cli plugins install $i; done
|
||||
|
||||
if [ ! -z ${GF_INSTALL_PLUGINS} ]; then
|
||||
OLDIFS=$IFS
|
||||
IFS=','
|
||||
|
||||
Reference in New Issue
Block a user