From fc2573275dc53cc3e3bef3a46f9f732eee0858d8 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Tue, 18 Oct 2022 20:15:36 +0200 Subject: [PATCH] Fix default labels for pub-ip --- roles/i3/files/pub-ip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/i3/files/pub-ip b/roles/i3/files/pub-ip index 5248c6a..1876386 100755 --- a/roles/i3/files/pub-ip +++ b/roles/i3/files/pub-ip @@ -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)"