mirror of
http://gitea.phreedom.club/localhost_frssoft/peertube-cli
synced 2024-11-16 16:43:17 +00:00
removed grep warning
This commit is contained in:
parent
b477832e1a
commit
1d8f8c7279
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue