fix perms
This commit is contained in:
parent
4f0dc6dde6
commit
27ca7e2794
|
@ -9,7 +9,7 @@ git clone https://github.com/Daplie/walnut.git /srv/walnut/core
|
||||||
|
|
||||||
pushd /srv/walnut/core
|
pushd /srv/walnut/core
|
||||||
npm install
|
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
|
popd
|
||||||
mv /srv/walnut/core/node_modules /srv/walnut
|
mv /srv/walnut/core/node_modules /srv/walnut
|
||||||
|
|
Loading…
Reference in New Issue