From 8ca4921b35d8d3e9e658e98bcd461ae6cb4bd92a Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Fri, 22 Mar 2019 08:08:00 -0700 Subject: [PATCH] Added default permissions on app root folder on Linux servers. --- Utilities/Remotely_Server_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Remotely_Server_Install.sh b/Utilities/Remotely_Server_Install.sh index 405e1254..5bf0bb84 100644 --- a/Utilities/Remotely_Server_Install.sh +++ b/Utilities/Remotely_Server_Install.sh @@ -5,7 +5,7 @@ The output directory is the app root path. This would typically be in /var/www/[ read -p "Enter app root path: " appRoot read -p "Enter server host (e.g. example.com): " serverHost - +chmod 757 $appRoot # Install .NET Core Runtime. wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb