Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
Use GF_PATHS_PLUGINS variable to install plugin in the right directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malian De Ron committed Jan 6, 2017
1 parent cd3a95d commit f307c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -34,7 +34,7 @@ if [ ! -z "${GF_INSTALL_PLUGINS}" ]; then
OLDIFS=$IFS
IFS=','
for plugin in ${GF_INSTALL_PLUGINS}; do
grafana-cli plugins install ${plugin}
grafana-cli --pluginsDir "${GF_PATHS_PLUGINS}" plugins install ${plugin}
done
IFS=$OLDIFS
fi
Expand Down

0 comments on commit f307c2d

Please sign in to comment.