From b495cd66ad94fce2ae38bfe47b7a3cc907180589 Mon Sep 17 00:00:00 2001 From: Justuser Date: Wed, 5 Oct 2022 13:22:19 +0300 Subject: [PATCH] Fix bug.I forget '&' at the end of command. --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 1d21887..7f9c50e 100755 --- a/run.sh +++ b/run.sh @@ -2,7 +2,7 @@ while : do wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 & th1=$! - wget https://ic7.101.ru:8000/v1_1 -O nrj.mp3 + wget https://ic7.101.ru:8000/v1_1 -O nrj.mp3 & th2=$! sleep 30m