Set owner on remotely folder.

This commit is contained in:
Jared 2020-09-25 15:59:33 -07:00 committed by Jared Goodwin
parent 3d4890ef2d
commit fb8eb8c7d3

View File

@ -51,7 +51,7 @@ wget "https://github.com/lucent-sea/Remotely/releases/latest/download/Remotely_S
unzip -o Remotely_Server_Linux-x64.zip -d $AppRoot
rm Remotely_Server_Linux-x64.zip
setfacl -R -m u:www-data:rwx $AppRoot
chown -R www-data:www-data $AppRoot
chown -R "$USER":www-data $AppRoot
# Install Nginx