1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00
grafana_ynh/scripts/_common.sh

21 lines
620 B
Bash
Raw Normal View History

2017-02-18 16:45:43 +01:00
#!/bin/bash
2020-05-17 09:28:22 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2017-02-18 16:45:43 +01:00
2020-05-24 16:03:10 +02:00
# Debian package version for Grafana
2024-01-04 09:28:53 +01:00
GRAFANA_VERSION="$(ynh_read_manifest --key='version' | | cut -d~ -f1)"
2021-08-22 16:17:29 +02:00
2020-05-17 09:28:22 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2020-05-17 09:28:22 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2020-05-17 09:28:22 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================