Fix default labels for pub-ip

This commit is contained in:
flyingscorpio@clevo 2022-10-18 20:15:36 +02:00
parent 62f07ba44f
commit fc2573275d

View file

@ -1,7 +1,7 @@
#!/bin/bash
LABEL_VPN=${LABEL_VPN:-VPN}
LABEL_IP=${LABEL_IP:-IP}
LABEL_VPN=${LABEL_VPN:-'VPN: '}
LABEL_IP=${LABEL_IP:-'IP: '}
ip="$(curl ifconfig.me)"