aboutsummaryrefslogtreecommitdiff
path: root/tools/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.sh')
-rw-r--r--tools/common.sh2
1 files changed, 2 insertions, 0 deletions
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