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:
parent
70168116d0
commit
06a5f8fbf4
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Reference in a new issue