Explorar o código

corrected variable name error

corrected a variable name error cause by quickly making changes when tired
TechNZ %!s(int64=9) %!d(string=hai) anos
pai
achega
d46a0af894
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/command_start.sh

+ 1 - 1
lgsm/functions/command_start.sh

@@ -59,7 +59,7 @@ fn_start_tmux(){
 	
 	# check for tmux size variables
 	if [[ "${servercfgtmuxwidth}" =~ ^[0-9]+$ ]]; then
-		sessionwidth="${servercfgwidth}"
+		sessionwidth="${servercfgtmuxwidth}"
 	else
 		sessionwidth="80"
 	fi