Skip to content

Documentation: Use Tee Instead of Sudo Redirection

Rob Knight requested to merge (removed):robdoc into versions/micro

Switches to using echo + tee instead of sudo echo redirection when configuring redis environment variables. Although tee is installed by default on all major Linux platforms also added coreutils to apt installation list just in case

Fixes #736 (closed)

Edited by Rob Knight

Merge request reports