From fb8eb8c7d3d743837dadd38e6fa7c0426f1580da Mon Sep 17 00:00:00 2001 From: Jared Date: Fri, 25 Sep 2020 15:59:33 -0700 Subject: [PATCH] Set owner on remotely folder. --- Utilities/Ubuntu_Server_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Ubuntu_Server_Install.sh b/Utilities/Ubuntu_Server_Install.sh index db414ff6..5acc6016 100644 --- a/Utilities/Ubuntu_Server_Install.sh +++ b/Utilities/Ubuntu_Server_Install.sh @@ -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