diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.sh b/tools/common.sh index fc4d99e..dddb196 100644 --- a/tools/common.sh +++ b/tools/common.sh @@ -33,7 +33,7 @@ warning() { # Convert hostname to the SSH destination sshdest() { if [ "$1" = "lipwig" ]; then - echo "newlipwig" + echo "cynerd.cz" elif [ "$1" = "binky" ]; then echo "binky.vpn" else |