1
0
Fork 0
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:
Julien Malik 2014-03-18 20:58:56 +01:00
parent 41436a48c3
commit 5526f255cd

View file

@ -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