mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
remove tmp dir with node_sqlite build
This commit is contained in:
parent
41436a48c3
commit
5526f255cd
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ sudo chown -R ghostblog: $final_path
|
|||
|
||||
echo "Install Ghost with NPM..."
|
||||
sudo su --shell /bin/bash --command "cd $final_path/ghost && npm install --production" ghostblog
|
||||
|
||||
#echo "Install forever with NPM..."
|
||||
#sudo su --shell /bin/bash --command "cd $final_path && npm --prefix=$final_path install -g forever" ghostblog
|
||||
sudo rm -rf $final_path/tmp
|
||||
|
||||
echo "Deploying configuration"
|
||||
sed -i "s@YNH_DOMAIN@$domain@g" ../conf/config.js
|
||||
|
|
Loading…
Add table
Reference in a new issue