Commit f9d691f2 authored by Andrey Shatokhin's avatar Andrey Shatokhin

Deleted quote in 34 line

parent 85c98016
......@@ -30,7 +30,7 @@ done
echo "Restarting following MPD-STREAMS:"
for ELEM in ${OFFLINE_STREAMS[@]}; do
ELEM_PORT=`cat $ROOT_DIRECTORY/$ELEM.mpd.conf | grep port | awk '{ print $2 ; exit; }' ' | tr -d \"`
ELEM_PORT=`cat $ROOT_DIRECTORY/$ELEM.mpd.conf | grep port | awk '{ print $2 ; exit; }' | tr -d \"`
# Start stream
mpc -q -p $ELEM_PORT play
echo $ELEM
......
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