wok diff busybox/stuff/httpd_helper.sh @ rev 25512

memtest: 386/1M support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 07:20:48 2023 +0000 (16 months ago)
parents f564323fc5a4
children
line diff
     1.1 --- a/busybox/stuff/httpd_helper.sh	Sat Jun 11 18:25:01 2011 +0200
     1.2 +++ b/busybox/stuff/httpd_helper.sh	Tue Feb 14 07:20:48 2023 +0000
     1.3 @@ -111,7 +111,7 @@
     1.4  dd bs=1 count=$(($count - ($tmp * $page) ))
     1.5  }
     1.6  
     1.7 -if [ "$REQUEST_METHOD$POST__NAMES" == "POST" ]; then
     1.8 +if [ "$REQUEST_METHOD$POST__NAMES" = "POST" ]; then
     1.9  	prefix=/tmp/httpd_post
    1.10  	mkdir $prefix$$
    1.11  	now=$(stat -c %Y $prefix$$)