Browse Source

add api and http port

pull/4200/head
Daniel Gibbs 2 years ago
parent
commit
9e9e6e5c15
  1. 2
      lgsm/modules/command_dev_details.sh

2
lgsm/modules/command_dev_details.sh

@ -32,12 +32,14 @@ echo -e "Carriage Return: ${carriagereturn}"
# Create an associative array of the server details. # Create an associative array of the server details.
declare -A server_details=( declare -A server_details=(
['Admin Password']="${adminpassword}" ['Admin Password']="${adminpassword}"
['API Port']="${apiport}"
['Cave']="${cave}" ['Cave']="${cave}"
['Cluster']="${cluster}" ['Cluster']="${cluster}"
['Config IP']="${configip}" ['Config IP']="${configip}"
['Default Map']="${defaultmap}" ['Default Map']="${defaultmap}"
['Game Mode']="${gamemode}" ['Game Mode']="${gamemode}"
['Game Type']="${gametype}" ['Game Type']="${gametype}"
['HTTP Port']="${httpport}"
['ip']="${ip}" ['ip']="${ip}"
['LAN Port']="${lanport}" ['LAN Port']="${lanport}"
['Master Port']="${masterport}" ['Master Port']="${masterport}"

Loading…
Cancel
Save