Permissions corrections
This commit is contained in:
@@ -530,14 +530,15 @@ elif [ "$choice" == "2" ]; then
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Starting up the Docker containers. If error, do \"sudo make stop\" and rerun script."
|
echo "Starting up the Docker containers. If error, do \"sudo make stop\" and rerun script."
|
||||||
echo ""
|
echo ""
|
||||||
|
sudo chmod -R 777 .
|
||||||
sudo make start
|
sudo make start
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo "Fetching the Website and Game from the Open RSC git repo."
|
echo "Fetching the Website and Game from the Open RSC git repo."
|
||||||
echo ""
|
echo ""
|
||||||
sudo make clone-game
|
sudo make clone-game
|
||||||
echo ""
|
|
||||||
sudo make clone-website
|
sudo make clone-website
|
||||||
|
sudo chmod -R 777 .
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo "Creating the client cache in your home folder."
|
echo "Creating the client cache in your home folder."
|
||||||
|
|||||||
Reference in New Issue
Block a user