From 888fd24c74625122845f23945cfb78ebd81bd2be Mon Sep 17 00:00:00 2001 From: benjamyn Date: Wed, 20 Feb 2019 22:48:12 +1100 Subject: [PATCH] --- --- intsall.sh => install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename intsall.sh => install.sh (95%) diff --git a/intsall.sh b/install.sh similarity index 95% rename from intsall.sh rename to install.sh index d90131a..828e9de 100644 --- a/intsall.sh +++ b/install.sh @@ -33,7 +33,7 @@ virtualenv env $ENVDIR/bin/pip install flask gunicorn >/dev/null echo "Installing the service" -cp blank.service /etc/systemd/system/paste.service +cp -v blank.service /etc/systemd/system/paste.service echo "Setting permissions on the files" chown -R $USERNAME:$NGINXGROUP $CURRENTDIR