Fix bug.I forget '&' at the end of command.

master
Justuser 2 years ago
parent 0d1ea3cd0e
commit b495cd66ad

@ -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

Loading…
Cancel
Save