1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

reactivate shrinkwrap file

This commit is contained in:
Julien Malik 2014-04-02 08:17:23 +02:00
parent 70168116d0
commit 06a5f8fbf4

View file

@ -47,7 +47,7 @@ final_path=/var/www/ghostblog
sudo mkdir -p $final_path
sudo useradd -d $final_path ghostblog
sudo cp -r ../tmp/ghost $final_path
#sudo cp ../conf/npm-shrinkwrap.json $final_path/ghost
sudo cp ../conf/npm-shrinkwrap.json $final_path/ghost
sudo chown -R ghostblog: $final_path
echo "Install Ghost with NPM..."