From 3ba2768aeae5d3b953adb7bb723540fa9c7ee370 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sat, 16 Jan 2021 13:16:10 +0000 Subject: minor cgi fixes --- prometheus/home/httpd/html/weatherstation/updateweatherstation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prometheus') diff --git a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl index 87b8893..c0e9246 100755 --- a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl +++ b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl @@ -79,5 +79,5 @@ $sock->print( "GET /weatherstation/updateweatherstation.php?" . $ENV{'QUERY_STRING'} . " HTTP/1.0\r\n" ); $sock->print("\r\n"); -$sock->shutdown( $socket, 1 ); +$sock->shutdown( 1 ); -- cgit v1.2.3