aboutsummaryrefslogtreecommitdiff
path: root/tools/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.sh')
-rw-r--r--tools/common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/common.sh b/tools/common.sh
index dddb196..a563171 100644
--- a/tools/common.sh
+++ b/tools/common.sh
@@ -43,6 +43,9 @@ sshdest() {
# Reverse opeartion for sshdest
sshhost() {
+ if [ "$1" = "cynerd.cz" ]; then
+ echo "lipwig"
+ fi
awk -F. 'NF > 1 { print $2"-"$1; exit } { print $1 }' <<<"$1"
}