File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ fn_start_tmux(){
72
72
echo " ${version} " >> " ${lockdir} /${selfname} .lock"
73
73
echo " ${port} " >> " ${lockdir} /${selfname} .lock"
74
74
cd " ${executabledir} " || exit
75
- tmux new-session -d -x " ${sessionwidth} " -y " ${sessionheight} " -s " ${sessionname} " ${preexecutable} ${executable} ${parms } 2> " ${lgsmlogdir} /.${selfname} -tmux-error.tmp"
75
+ tmux new-session -d -x " ${sessionwidth} " -y " ${sessionheight} " -s " ${sessionname} " ${preexecutable} ${executable} ${startparameters } 2> " ${lgsmlogdir} /.${selfname} -tmux-error.tmp"
76
76
77
77
# Create logfile.
78
78
touch " ${consolelog} "
Original file line number Diff line number Diff line change 466
466
eval startparameters=" $( sed -nr ' s/^ *startparameters=(.*)$/\1/p' " ${configdirserver} /_default.cfg" ) "
467
467
fi
468
468
}
469
-
469
+ fn_reload_startparameters
470
470
# Load the linuxgsm.sh in to tmpdir. If missing download it.
471
471
if [ ! -f " ${tmpdir} /linuxgsm.sh" ]; then
472
472
fn_fetch_file_github " " " linuxgsm.sh" " ${tmpdir} " " chmodx" " norun" " noforcedl" " nomd5"
You can’t perform that action at this time.
0 commit comments