From 0c625b1151168b220b8289bdd234221920c03951 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetow.webde.local)" Date: Mon, 14 Jul 2014 15:52:37 +0200 Subject: Today is the first day of the rest of your life. --- src/fapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fapi b/src/fapi index 41ba5e7..06ef6c5 100755 --- a/src/fapi +++ b/src/fapi @@ -502,7 +502,7 @@ class Fapi(FapiBase): elif re.match('.*80$', port): return 'curl -g -m 3' + headerdump + ' http://' + postcmd else: - return '# ' + port + ': Can only curl HTTP or HTTPs. Address: ' + ipport + return '# Can only curl HTTP or HTTPs. Address: ' + ipport else: return '# ' + protocol + ': Can only curl PROTOCOL_TCP. Address: ' + destination['address'] return lambda: curl(f5) -- cgit v1.2.3