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
Éric Gaspar 19f02190d8 cleaning
2024-01-04 09:28:53 +01:00

20 lines
620 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# Debian package version for Grafana
GRAFANA_VERSION="$(ynh_read_manifest --key='version' | | cut -d~ -f1)"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================