From 517ea6e6d43e06861a2bd3932c245b114d1596c4 Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 30 Jan 2017 21:59:15 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5ed69d7..2985a07 100644 --- a/scripts/install +++ b/scripts/install @@ -44,8 +44,9 @@ nginxconf=/etc/nginx/conf.d/$domain.d/$app.conf sudo cp ../conf/nginx.conf $nginxconf sudo chown root: $nginxconf sudo chmod 600 $nginxconf -cd $final_path +pushd $final_path sudo npm install +popd sudo service redis-server start sudo yunohost firewall allow Both 85 pre_inst_scrumblr