Slight tweak

This commit is contained in:
Marwolf
2018-07-06 16:35:26 -04:00
parent 1b11313c81
commit 813a1f8110

View File

@@ -33,13 +33,12 @@ restart: init
docker-compose up -d docker-compose up -d
clone: 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 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) @$(shell sudo chmod -R 777 Open-RSC-Website/board/cache/ && sudo chmod 644 Open-RSC-Website/board/config.php)
pull: pull:
@$(shell cd Open-RSC-Website && git pull && cd .. && cd Open-RSC && git pull && cd ..) @$(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: logs:
@docker-compose logs -f @docker-compose logs -f