Browse Source

corrected PVKII

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
6fa873ba58
  1. 2
      lgsm/data/serverlist.csv
  2. 8
      lgsminstall.sh

2
lgsm/data/serverlist.csv

@ -43,7 +43,7 @@ ns2,ns2server,Natural Selection 2
nmrih,nmrihserver,No More Room in Hell
ns2c,ns2cserver,NS2: Combat
opfor,opforserver,Opposing Force
pvkii,pvkiiserver,"Pirates, Vikings, & Knights II"
pvkii,pvkiiserver,Pirates, Vikings, & Knights II
pc,pcserver,Project Cars
pz,pzserver,Project Zomboid
q2,q2server,Quake 2

Can't render this file because it has a wrong number of fields in line 46.

8
lgsminstall.sh

@ -33,14 +33,6 @@ githubuser="GameServerManagers"
githubrepo="LinuxGSM"
githubbranch="feature/config"
## Github Branch Select
# Allows for the use of different function files
# from a different repo and/or branch.
githubuser="GameServerManagers"
githubrepo="LinuxGSM"
githubbranch="feature/config"
# Prevent from running this script as root.
if [ "$(whoami)" = "root" ]; then
if [ ! -f "${functionsdir}/core_functions.sh" ]||[ ! -f "${functionsdir}/check_root.sh" ]||[ ! -f "${functionsdir}/core_messages.sh" ]||[ ! -f "${functionsdir}/exit 1" ]; then

Loading…
Cancel
Save