Browse Source

Corrected = separator length

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
5401972356
  1. 2
      lgsm/functions/command_console.sh
  2. 2
      lgsm/functions/command_debug.sh
  3. 2
      lgsm/functions/command_ts3_server_pass.sh
  4. 2
      lgsm/functions/compress_unreal2_maps.sh
  5. 2
      lgsm/functions/compress_ut99_maps.sh
  6. 2
      lgsm/functions/install_gslt.sh
  7. 2
      lgsm/functions/install_gsquery.sh

2
lgsm/functions/command_console.sh

@ -12,7 +12,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
check.sh check.sh
echo "" echo ""
echo "${gamename} Console" echo "${gamename} Console"
echo "============================" echo "================================="
echo "" echo ""
echo "Press \"CTRL+b d\" to exit console." echo "Press \"CTRL+b d\" to exit console."
fn_print_warning_nl "Do NOT press CTRL+c to exit." fn_print_warning_nl "Do NOT press CTRL+c to exit."

2
lgsm/functions/command_debug.sh

@ -15,7 +15,7 @@ info_distro.sh
fn_parms fn_parms
echo "" echo ""
echo "${gamename} Debug" echo "${gamename} Debug"
echo "============================" echo "================================="
echo "" echo ""
echo -e "Distro: ${os}" echo -e "Distro: ${os}"
echo -e "Arch: ${arch}" echo -e "Arch: ${arch}"

2
lgsm/functions/command_ts3_server_pass.sh

@ -14,7 +14,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
fn_serveradmin_password_prompt(){ fn_serveradmin_password_prompt(){
echo "" echo ""
echo "${gamename} ServerAdmin Password Change" echo "${gamename} ServerAdmin Password Change"
echo "============================" echo "================================="
echo "" echo ""
echo "Press \"CTRL+b d\" to exit console." echo "Press \"CTRL+b d\" to exit console."
fn_print_infomation_nl "You are about to change the ${gamename} ServerAdmin password." fn_print_infomation_nl "You are about to change the ${gamename} ServerAdmin password."

2
lgsm/functions/compress_unreal2_maps.sh

@ -9,7 +9,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
check.sh check.sh
clear clear
echo "${gamename} Map Compressor" echo "${gamename} Map Compressor"
echo "============================" echo "================================="
echo "Will compress all maps in:" echo "Will compress all maps in:"
echo "" echo ""
pwd pwd

2
lgsm/functions/compress_ut99_maps.sh

@ -9,7 +9,7 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
check.sh check.sh
clear clear
echo "${gamename} Map Compressor" echo "${gamename} Map Compressor"
echo "============================" echo "================================="
echo "Will compress all maps in:" echo "Will compress all maps in:"
echo "" echo ""
pwd pwd

2
lgsm/functions/install_gslt.sh

@ -10,7 +10,7 @@ local modulename="Install"
echo "" echo ""
echo "Game Server Login Token" echo "Game Server Login Token"
echo "============================" echo "================================="
sleep 1 sleep 1
if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then
echo "GSLT is required to run a public ${gamename} server" echo "GSLT is required to run a public ${gamename} server"

2
lgsm/functions/install_gsquery.sh

@ -14,7 +14,7 @@ chmod +x gsquery.py
if [ "${engine}" == "avalanche" ]||[ "${engine}" == "goldsource" ]||[ "${engine}" == "idtech3" ]||[ "${engine}" == "realvirtuality" ]||[ "${engine}" == "source" ]||[ "${engine}" == "spark" ]||[ "${engine}" == "unity3d" ]||[ "${gamename}" == "Hurtworld" ]||[ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then if [ "${engine}" == "avalanche" ]||[ "${engine}" == "goldsource" ]||[ "${engine}" == "idtech3" ]||[ "${engine}" == "realvirtuality" ]||[ "${engine}" == "source" ]||[ "${engine}" == "spark" ]||[ "${engine}" == "unity3d" ]||[ "${gamename}" == "Hurtworld" ]||[ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
echo "" echo ""
echo "GameServerQuery" echo "GameServerQuery"
echo "============================" echo "================================="
if [ -z ${autoinstall} ]; then if [ -z ${autoinstall} ]; then
while true; do while true; do
read -e -i "y" -p "Do you want to install GameServerQuery? [Y/n]" yn read -e -i "y" -p "Do you want to install GameServerQuery? [Y/n]" yn

Loading…
Cancel
Save