From b8c12d935fcb5b4070d41c4297506516d7f9474b Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 18 Aug 2018 10:33:15 -0400 Subject: [PATCH] Permissions corrections --- Linux_Installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux_Installer.sh b/Linux_Installer.sh index 36382e3..e03f53e 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -530,14 +530,15 @@ elif [ "$choice" == "2" ]; then echo "" echo "Starting up the Docker containers. If error, do \"sudo make stop\" and rerun script." echo "" + sudo chmod -R 777 . sudo make start echo "" echo "" echo "Fetching the Website and Game from the Open RSC git repo." echo "" sudo make clone-game - echo "" sudo make clone-website + sudo chmod -R 777 . echo "" echo "" echo "Creating the client cache in your home folder."