From 53d182ee7f230f28277a05dfc02bd3d994108bb5 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 11 Aug 2018 19:29:52 -0400 Subject: [PATCH] Removal of single player Docker container force recreate due to delays --- Makefile | 2 +- Setup_Windows.cmd | 2 +- Start_Single_Player_Game_Windows.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a052cb5..342dcff 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ start: docker-compose --file docker-compose.yml up --force-recreate --remove-orphans -d start-single-player: - docker-compose --file docker-compose-single-player.yml up --force-recreate --remove-orphans -d + docker-compose --file docker-compose-single-player.yml up -d stop: @docker-compose down -v diff --git a/Setup_Windows.cmd b/Setup_Windows.cmd index 0253dd3..0915d9b 100644 --- a/Setup_Windows.cmd +++ b/Setup_Windows.cmd @@ -256,7 +256,7 @@ echo: echo Extracting client cache echo: md "%HOMEPATH%/OpenRSC" -7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r > NULL +7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" echo: echo: echo First time setup is now complete. Go ahead and open "Start_Single_Player_Game_Windows.cmd" now. diff --git a/Start_Single_Player_Game_Windows.cmd b/Start_Single_Player_Game_Windows.cmd index 8b35c7f..faa7f18 100644 --- a/Start_Single_Player_Game_Windows.cmd +++ b/Start_Single_Player_Game_Windows.cmd @@ -31,7 +31,7 @@ echo Removing old then extracting a fresh client cache to your home folder. echo: rmdir "%HOMEPATH%/OpenRSC" /s /Q md "%HOMEPATH%/OpenRSC" -7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r > NULL +7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r echo: echo: