chown not chmod u idiot

This commit is contained in:
Benjamyn Love 2019-02-20 22:45:53 +11:00
parent fc6c867cd9
commit 72ed51566f

View File

@ -36,7 +36,7 @@ echo "Installing the service"
cp blank.service /etc/systemd/system/paste.service
echo "Setting permissions on the files"
chmod -Rv $USERNAME:$NGINXGROUP $CURRENTDIR
chown -R $USERNAME:$NGINXGROUP $CURRENTDIR
echo "Installing nginx config to /etc/nginx/conf.d"
cp paste.conf /etc/nginx/conf.d/paste.conf