Răsfoiți Sursa

Corrected = separator length

Daniel Gibbs 10 ani în urmă
părinte
comite
5401972356

+ 1 - 1
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."

+ 1 - 1
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}"

+ 1 - 1
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."

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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"

+ 1 - 1
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