Fix bugs in startup/stop scripts of all players
There's a problem in the scripts:
This will never work as the second elif is deadcode. Need to swap the two around.
if [ $COUNT -gt 2 ]; then
sleep 0.5
elif [ $COUNT -gt 5 ]; then
break
fi
Designed by us, defined by you. Snakeoil OS is: Music Your Way!
There's a problem in the scripts:
This will never work as the second elif is deadcode. Need to swap the two around.
if [ $COUNT -gt 2 ]; then
sleep 0.5
elif [ $COUNT -gt 5 ]; then
break
fi