mirror of
https://github.com/YunoHost-Apps/statpingng_ynh.git
synced 2024-09-03 20:26:24 +02:00
15 lines
351 B
Bash
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
|
|
}
|