Skip to content
Snippets Groups Projects
Commit 6f8bfddf authored by Bob Mottram's avatar Bob Mottram
Browse files

Backslash

parent dc400a03
No related branches found
No related tags found
No related merge requests found
......@@ -96,10 +96,10 @@ function install_peertube_base {
sudo -H -u peertube npm install yarn@1.10.1
if [ ! -f "${PEERTUBE_DIR}/.bashrc" ]; then
echo "PATH=/root/.npm-global/bin:$PATH" > "${PEERTUBE_DIR}/.bashrc"
echo "PATH=/root/.npm-global/bin:\$PATH" > "${PEERTUBE_DIR}/.bashrc"
else
if ! grep -q "npm-global" "${PEERTUBE_DIR}/.bashrc"; then
echo "PATH=/root/.npm-global/bin:$PATH" >> "${PEERTUBE_DIR}/.bashrc"
echo "PATH=/root/.npm-global/bin:\$PATH" >> "${PEERTUBE_DIR}/.bashrc"
fi
fi
chown peertube:peertube "${PEERTUBE_DIR}/.bashrc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment