mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2025-03-09 10:09:06 +00:00
removed grep warning
This commit is contained in:
parent
b477832e1a
commit
1d8f8c7279
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ torrent_init()
|
||||||
|
|
||||||
check_connect()
|
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'
|
echo 'OK'
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Reference in a new issue