Fix default labels for pub-ip
This commit is contained in:
parent
62f07ba44f
commit
fc2573275d
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue