In the upgrading instructions there is a sed command that says:
Code: Select all
sed -i -e "s|<install_DIRECTORY>|/opt/yams|g" yams
In the yams binary I see, it has the text:
Code: Select all
<install_directory>
.
I noticed that the text wasn't changed when I used the capitalized version of the sed command. I recommend that it is changed to the following:
Code: Select all
sed -i -e "s|<install_directory>|/opt/yams|g" yams
Thanks for such an awesome media server setup!