summaryrefslogtreecommitdiff
path: root/httpconnectd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'httpconnectd.sh')
-rw-r--r--httpconnectd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpconnectd.sh b/httpconnectd.sh
index 6240e02..24edb68 100644
--- a/httpconnectd.sh
+++ b/httpconnectd.sh
@@ -10,7 +10,7 @@
server='httpconnectd'
MethodNotAllowed() {
- printf '%\r\n' \
+ printf '%s\r\n' \
'HTTP/1.1 405 Method Not Allowed' \
"Server: $server" \
"Date: $(date -R)" \