瀏覽代碼

corrected variable name error

corrected a variable name error cause by quickly making changes when tired
TechNZ 9 年之前
父節點
當前提交
d46a0af894
共有 1 個文件被更改,包括 1 次插入1 次删除
  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