Skip to content

Commit

Permalink
fix: restore bin/grafana for nabox
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Apr 28, 2023
1 parent 230a748 commit e22948d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ harvest: deps
@echo "Building daemonize"
@cd cmd/tools/daemonize; gcc daemonize.c -o ../../../bin/daemonize

@cp service/contrib/grafana bin; chmod +x bin/grafana

###############################################################################
# Build tar gz distribution
###############################################################################
Expand Down
3 changes: 3 additions & 0 deletions service/contrib/grafana
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
"$SCRIPT_DIR"/harvest grafana "$@"

0 comments on commit e22948d

Please sign in to comment.