We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9147b97 commit 1df5f0bCopy full SHA for 1df5f0b
lgsm/functions/command_start.sh
@@ -72,7 +72,7 @@ fn_start_tmux(){
72
echo "${version}" >> "${lockdir}/${selfname}.lock"
73
echo "${port}" >> "${lockdir}/${selfname}.lock"
74
cd "${executabledir}" || exit
75
- tmux new-session -d -x "${sessionwidth}" -y "${sessionheight}" -s "${sessionname}" ${preexecutable} ${executable} ${startparameters} 2> "${lgsmlogdir}/.${selfname}-tmux-error.tmp"
+ tmux new-session -d -x "${sessionwidth}" -y "${sessionheight}" -s "${sessionname}" "${preexecutable} ${executable} ${startparameters}" 2> "${lgsmlogdir}/.${selfname}-tmux-error.tmp"
76
77
# Create logfile.
78
touch "${consolelog}"
0 commit comments