From 168f5927f4a7b69b23f7d90e5a2dd36c6fe78a01 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 14 Nov 2013 10:40:32 +0100 Subject: ship: move all "bailing out" msgs to die --- ship/lib/network | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ship/lib/network') diff --git a/ship/lib/network b/ship/lib/network index 74edcbac..e1a9a31e 100644 --- a/ship/lib/network +++ b/ship/lib/network @@ -57,8 +57,7 @@ which_telnet(){ elif exists busybox;then echo `command -v busybox` telnet else - error "Cannot find telnet binary, please install either telnet-client or busybox or netcat or provided TELNET environment.\nbailing out!" - return 1 + die 'Cannot find telnet binary, please install either telnet-client or busybox or netcat or provided TELNET environment.' fi } -- cgit v1.2.3