Typo Correction

Hi, about a month ago I installed OpenWRT on my router for the first time. I'm liking it very much and most of the documentation is Awesome! Well done!

I've discovered a typo error in the opkgremovepartlyinstalledpackage.sh script on in the Troubleshooting topic.

rmdir -f "${FILE}"

rmdir (at least the current default version) does not take the -f option and results in an error

This line should be

rmdir "${FILE}"

which makes the script work as described.

Please can someone fix this documentation or give me access to edit the wiki so I can fix it myself.

Thank you.

1 Like

Updated the page according to your suggestion.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.