This commit is contained in:
Benjamyn Love 2019-02-20 22:48:12 +11:00
parent 72ed51566f
commit 888fd24c74

View File

@ -33,7 +33,7 @@ virtualenv env
$ENVDIR/bin/pip install flask gunicorn >/dev/null $ENVDIR/bin/pip install flask gunicorn >/dev/null
echo "Installing the service" 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" echo "Setting permissions on the files"
chown -R $USERNAME:$NGINXGROUP $CURRENTDIR chown -R $USERNAME:$NGINXGROUP $CURRENTDIR