1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/statpingng_ynh.git synced 2024-09-03 20:26:24 +02:00
statpingng_ynh/scripts/_common.sh
Éric Gaspar 77b9863670 cleaning
2023-11-24 20:51:32 +01:00

15 lines
351 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
#REMOVEME? pkg_dependencies="postgresql"
#=================================================
# PERSONAL HELPERS
#=================================================
STATPING_VERSION="0.90.80"
get_ip() {
curl ip.me
}