Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matisku committed Nov 16, 2016
1 parent 621499b commit e81d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/run.sh
Expand Up @@ -8,7 +8,7 @@ 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}'`
#plugins=`grafana-cli plugins list-remote | awk '{print $2}'| grep "-"`
#for i in $plugins; do grafana-cli plugins install $i; done

if [ ! -z ${GF_INSTALL_PLUGINS} ]; then
Expand Down

0 comments on commit e81d1c1

Please sign in to comment.