Page 1 of 1

Potential mispelling in upgrade sed command

Posted: Sat Nov 25, 2023 11:12 pm
by dillestdogg

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!


Re: Potential mispelling in upgrade sed command

Posted: Sun Nov 26, 2023 12:04 am
by rogs

Hey @dillestdogg!

Thanl you for the report! I just saw the issue. I'll be fixing that as soon as I'm back to my PC.

Thank you very much! 🔥