Skip to content
Snippets Groups Projects
Commit 8a61ea70 authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Missing [ ] test added

How on the earth did this ever work?
parent ba8955aa
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ LOGDIR=/var/log/routers/
CLIENT_ID="$QUERY_STRING"
# Some little validation
if "$REQUEST_METHOD" != "POST" ; then
if [ "$REQUEST_METHOD" != "POST" ] ; then
echo 'Status: 501 Not Implemented'
echo
exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment