Add wiring for maintaining a dashboard
This commit is contained in:
parent
c364822818
commit
78b4f54527
6 changed files with 96 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -81,3 +81,10 @@ kill-csv-iexport:
|
|||
@kill -9 `pgrep csv_iexport.sh`
|
||||
|
||||
# ---------------------------- CSV Export ----------------------------
|
||||
|
||||
|
||||
dash-export:
|
||||
@./dashboards/export.sh
|
||||
|
||||
dash-import:
|
||||
@./dashboards/update.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue