From fc6c867cd996148d73f73907ef66ed2381a88285 Mon Sep 17 00:00:00 2001 From: benjamyn Date: Wed, 20 Feb 2019 22:44:32 +1100 Subject: [PATCH] not working as intended fix? --- intsall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intsall.sh b/intsall.sh index 226cb14..0fbd702 100644 --- a/intsall.sh +++ b/intsall.sh @@ -30,13 +30,13 @@ sed -i s+ENVIRONMENT+"$ENVDIR"+g blank.service echo "Setting up the virtualenv" virtualenv env -$ENVDIR/bin/pip install flask gunicorn +$ENVDIR/bin/pip install flask gunicorn >/dev/null echo "Installing the service" cp blank.service /etc/systemd/system/paste.service echo "Setting permissions on the files" -chmod -R $USERNAME:$NGINXGROUP $CURRENTDIR +chmod -Rv $USERNAME:$NGINXGROUP $CURRENTDIR echo "Installing nginx config to /etc/nginx/conf.d" cp paste.conf /etc/nginx/conf.d/paste.conf