Logic corrections
This commit is contained in:
@@ -497,9 +497,7 @@ if [ "$choice" == "1" ]; then
|
||||
echo "You have picked ${GREEN}Set up for single player!${NC}"
|
||||
echo ""
|
||||
echo ""
|
||||
echo "Starting up the Docker containers and stopping any existing ones."
|
||||
echo ""
|
||||
sudo make stop
|
||||
echo "Starting up the Docker containers. If error, do \"sudo make stop\" and rerun script."
|
||||
echo ""
|
||||
sudo make start-single-player
|
||||
echo ""
|
||||
@@ -532,9 +530,7 @@ elif [ "$choice" == "2" ]; then
|
||||
echo "You have picked ${GREEN}deployment for a publicly hosted server!${NC}"
|
||||
echo ""
|
||||
echo ""
|
||||
echo "Starting up the Docker containers and stopping any existing ones."
|
||||
echo ""
|
||||
sudo make stop
|
||||
echo "Starting up the Docker containers. If error, do \"sudo make stop\" and rerun script."
|
||||
echo ""
|
||||
sudo make start
|
||||
echo ""
|
||||
|
||||
@@ -8,4 +8,4 @@ echo ""
|
||||
echo "Console output is being saved to gameserver.log"
|
||||
echo ""
|
||||
cd Game/server
|
||||
java -jar Open_RSC_Server.jar > gameserver.log
|
||||
java -jar Open_RSC_Server.jar > ../../gameserver.log
|
||||
|
||||
Reference in New Issue
Block a user