From d5dc7479c489d17e6dcacf081c0f1b5242d99bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 8 Jan 2023 11:25:01 +0100 Subject: Format using Alejandra --- tools/common.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/common.sh') diff --git a/tools/common.sh b/tools/common.sh index d3ddbc3..a6b41fc 100644 --- a/tools/common.sh +++ b/tools/common.sh @@ -34,6 +34,8 @@ warning() { sshdest() { if [ "$1" = "lipwig" ]; then echo "newlipwig" + elif [ "$1" = "binky" ]; then + echo "binky.vpn" else awk -F- 'NF > 1 { print $2"."$1; exit } { print $1 }' <<<"$1" fi -- cgit v1.2.3