This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
The following commit(s) were added to refs/heads/master by this push:
new e83154d Make directory to avoid error in plugin script
e83154d is described below
commit e83154d61f0e5cf7338e704d01ff69b7f0f5e452
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu May 30 17:21:52 2019 -0400
Make directory to avoid error in plugin script
---
plugins/influx-metrics.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/influx-metrics.sh b/plugins/influx-metrics.sh
index 23a887b..e36b0f0 100755
--- a/plugins/influx-metrics.sh
+++ b/plugins/influx-metrics.sh
@@ -29,6 +29,7 @@ pkill -f grafana-server
set -e
BUILD=$DOWNLOADS/build
+mkdir -p "$BUILD"
if [[ ! -f "$BUILD/$INFLUXDB_TARBALL" ]]; then
IF_DIR=influxdb-$INFLUXDB_VERSION