From 1d8f8c7279eb9a44f01818e60f72e71d019e8df4 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Wed, 11 Oct 2023 13:56:31 +0300 Subject: [PATCH] removed grep warning --- peertube-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube-cli.sh b/peertube-cli.sh index 1fadd3c..8f3b9af 100755 --- a/peertube-cli.sh +++ b/peertube-cli.sh @@ -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