Fix bug.I forget '&' at the end of command.
This commit is contained in:
parent
0d1ea3cd0e
commit
b495cd66ad
2
run.sh
2
run.sh
@ -2,7 +2,7 @@ while :
|
|||||||
do
|
do
|
||||||
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
|
wget https://nashe1.hostingradio.ru:18000/nashepunks.mp3 &
|
||||||
th1=$!
|
th1=$!
|
||||||
wget https://ic7.101.ru:8000/v1_1 -O nrj.mp3
|
wget https://ic7.101.ru:8000/v1_1 -O nrj.mp3 &
|
||||||
th2=$!
|
th2=$!
|
||||||
|
|
||||||
sleep 30m
|
sleep 30m
|
||||||
|
Loading…
Reference in New Issue
Block a user