aboutsummaryrefslogtreecommitdiff
path: root/sample-cgi-handler.sh
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-02 00:43:27 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-02 00:43:27 +0000
commit8bd180f221e1a767934de81dbd99fbfadccc7a93 (patch)
tree918da21f31494870a3258ff15fa65a1e01cdecbc /sample-cgi-handler.sh
parenta69f9cfc6ba6ff332d1e2d8303020d49443ca8cb (diff)
downloadcommunique-8bd180f221e1a767934de81dbd99fbfadccc7a93.tar.gz
logging cleanup
Diffstat (limited to 'sample-cgi-handler.sh')
-rwxr-xr-xsample-cgi-handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh
index b9b195d..bc82dc4 100755
--- a/sample-cgi-handler.sh
+++ b/sample-cgi-handler.sh
@@ -3,7 +3,7 @@ echo "Content-type: application/atom+xml"
echo ""
echo '<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
- <content>asd</content>
+ <content>alkfjlasjf</content>
</entry>
</feed>'
exit 0