git-svn-id: https://svn.code.sf.net/p/freetel/code@721 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 17 Sep 2012 23:47:00 +0000 (23:47 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 17 Sep 2012 23:47:00 +0000 (23:47 +0000)
mini-asterisk-gui2/cgi-bin/setservice.cgi

index 7a7e852db8fc31e12c7ef1d7a9a627419c159e48..584d10a90aa90b41cf9aa5682f95edb236590a92 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 ARG=`echo "$QUERY_STRING" | sed -n "s/.*action=//p"`
 echo "$ARG"
 
-if [ $QUERY_STRING = "restartstatic" ]; then
+if [ $ARG = "restartstatic" ]; then
        echo "hi there"
 fi