From 813a1f811045ed3ad1db46f6b4deed36d7768302 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Fri, 6 Jul 2018 16:35:26 -0400 Subject: [PATCH] Slight tweak --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97550eb..bc30029 100644 --- a/Makefile +++ b/Makefile @@ -33,13 +33,12 @@ restart: init docker-compose up -d clone: - @$(shell git clone https://github.com/Marwolf/Open-RSC-Website.git && git clone https://github.com/Marwolf/Open-RSC) + @$(shell git clone https://github.com/Marwolf/Open-RSC-Website.git) @$(shell git clone https://github.com/Marwolf/Open-RSC) @$(shell sudo chmod -R 777 Open-RSC-Website/board/cache/ && sudo chmod 644 Open-RSC-Website/board/config.php) pull: @$(shell cd Open-RSC-Website && git pull && cd .. && cd Open-RSC && git pull && cd ..) - @$(shell sudo chmod -R 777 Open-RSC-Website/board/cache/ && sudo chmod 644 Open-RSC-Website/board/config.php) logs: @docker-compose logs -f