Commit 5ca7887d authored by Andrey Shatokhin's avatar Andrey Shatokhin

.

parent eab2d3e9
......@@ -36,7 +36,7 @@ if [[ ! -f ./$1.mpd.conf ]];then
echo PORT=$((PORT+1)) > $ICECAST_DIR/.port
systemctl daemon-reload
systemctl start $1
systemctl enable /etc/systemd/system/$1
systemctl enable $1
echo "Запущен mpd-поток под названием : $1 по адресу : radio.azbyka.ru:8000/$PORT"
echo "Для начала работы требуется обновить базу данных mpd"
echo "Для работа с потоком : ./radio <название потока>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment