removed grep warning

This commit is contained in:
localhost_frssoft 2023-10-11 13:56:31 +03:00
parent b477832e1a
commit 1d8f8c7279
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ torrent_init()
check_connect()
{
if [ -n "$(curl --head -s "$instance_point"/config | grep 'HTTP\/. 200')" ]; then
if [ -n "$(curl --head -s "$instance_point"/config | grep 'HTTP/. 200')" ]; then
echo 'OK'
else
echo