From ec6667f1f490468cd71020d31259a44b1279d327 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 3 Apr 2018 09:51:16 +0200 Subject: [PATCH] Host has to be smarthost!! --- securemail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securemail b/securemail index 2b902c0..61f246b 100755 --- a/securemail +++ b/securemail @@ -28,7 +28,7 @@ HOST="root@mx.ungleich.ch" HOST="oneadmin@kaffee.ungleich.ch" HOST="root@mx-hetzner01.ungleich.ch" HOST="root@mx.place5.ungleich.ch" -HOST="nico-vm.schottelius.org" + if [ $# -ge 1 ]; then HOST=$1; shift