From 405a34bfd197c0d2ac3e083c2a68dd338eac5426 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Mon, 16 Jul 2018 17:45:47 -0400 Subject: [PATCH] Referenced new pull functions --- Run_Production_Linux_Game_Server.sh | 2 +- Start_Single_Player_Game_Linux_Mac.sh | 2 +- Start_Single_Player_Game_Windows.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Run_Production_Linux_Game_Server.sh b/Run_Production_Linux_Game_Server.sh index b31d508..e819799 100755 --- a/Run_Production_Linux_Game_Server.sh +++ b/Run_Production_Linux_Game_Server.sh @@ -4,7 +4,7 @@ echo "Pulling recent updates from the Open-RSC Game repository." echo "" echo "" -sudo make pull +sudo make pull-game echo "" echo "" diff --git a/Start_Single_Player_Game_Linux_Mac.sh b/Start_Single_Player_Game_Linux_Mac.sh index 13d40e6..3fb32ca 100755 --- a/Start_Single_Player_Game_Linux_Mac.sh +++ b/Start_Single_Player_Game_Linux_Mac.sh @@ -4,7 +4,7 @@ echo "" echo "Pulling recent updates from the Open-RSC Game repository." echo "" -sudo make pull +sudo make pull-game echo "" echo "" echo "Starting any stopped Docker containers." diff --git a/Start_Single_Player_Game_Windows.cmd b/Start_Single_Player_Game_Windows.cmd index 37ea4f7..ca0d976 100644 --- a/Start_Single_Player_Game_Windows.cmd +++ b/Start_Single_Player_Game_Windows.cmd @@ -2,7 +2,7 @@ echo: echo Pulling recent updates from the Open-RSC Game repository. echo: -Windows\make pull +Windows\make pull-game echo: echo: echo Starting any stopped Docker containers.