fix perms

This commit is contained in:
AJ ONeal 2016-03-28 19:51:32 -04:00
parent 4f0dc6dde6
commit 27ca7e2794
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ git clone https://github.com/Daplie/walnut.git /srv/walnut/core
pushd /srv/walnut/core
npm install
rsync -av /srv/walnut/core/etc/init/walnut.conf /etc/init/walnut.conf
sudo rsync -av /srv/walnut/core/etc/init/walnut.conf /etc/init/walnut.conf
popd
mv /srv/walnut/core/node_modules /srv/walnut