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