Browse Source

Code tidy

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
3b6e66a5ae
  1. 4
      functions/check_ip.sh
  2. 2
      functions/command_dev_debug.sh
  3. 1
      functions/command_install.sh

4
functions/check_ip.sh

@ -7,9 +7,7 @@ lgsm_version="271215"
# Description: Automatically identifies the server interface IP. # Description: Automatically identifies the server interface IP.
# If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0". # If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0".
if [ "${gamename}" == "Teamspeak 3" ]; then if [ "${gamename}" != "Teamspeak 3" ]; then
:
else
if [ ! -f "/bin/ip" ]; then if [ ! -f "/bin/ip" ]; then
ipcommand="/sbin/ip" ipcommand="/sbin/ip"
else else

2
functions/command_dev_debug.sh

@ -4,6 +4,8 @@
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="281215" lgsm_version="281215"
# Description: Dev only: enables debuging log to be saved to dev-debug.log.
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ -f ".dev-debug" ]; then if [ -f ".dev-debug" ]; then

1
functions/command_install.sh

@ -6,7 +6,6 @@ lgsm_version="260216"
# Description: Overall function for the installer. # Description: Overall function for the installer.
local modulename="Install" local modulename="Install"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"

Loading…
Cancel
Save