summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:13:50 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 15:13:50 +0200
commit4ccb040adafa8921f9cbe72f8fe59ca2ea9cb7b4 (patch)
treea84085a5c46dd09ff5ac380223a34793cdfb74ef
parent13bbc2b0440cfc9a475b00013bc8b054b234c21b (diff)
fix
-rwxr-xr-xsrc/fapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 707655a..0333757 100755
--- a/src/fapi
+++ b/src/fapi
@@ -493,7 +493,7 @@ class Fapi(FapiBase):
ip = destination['address'].split('/')[-1]
filename = ip + ':' + port
failtouch = ' || touch ' + filename + '.failed'
- headerdump = ' -D ' + filename + '.heaer'
+ headerdump = ' -D ' + filename + '.header'
m = re.match('.*43$', port)
if m:
return 'curl -m 3' + headerdump + ' -k https://' + ip + failtouch