diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/common.sh | 2 |
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 |