diff options
| author | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:13:50 +0200 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 15:13:50 +0200 |
| commit | 4ccb040adafa8921f9cbe72f8fe59ca2ea9cb7b4 (patch) | |
| tree | a84085a5c46dd09ff5ac380223a34793cdfb74ef /src | |
| parent | 13bbc2b0440cfc9a475b00013bc8b054b234c21b (diff) | |
fix
Diffstat (limited to 'src')
| -rwxr-xr-x | src/fapi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
