mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Added default permissions on app root folder on Linux servers.
This commit is contained in:
parent
06f14f1191
commit
8ca4921b35
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user