Skip to content

Commit 1df5f0b

Browse files
committed
fix(start): revert commit removing quotes from tmux
This reverts commit 3d39604. This commit broke start parameters
1 parent 9147b97 commit 1df5f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/command_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn_start_tmux(){
7272
echo "${version}" >> "${lockdir}/${selfname}.lock"
7373
echo "${port}" >> "${lockdir}/${selfname}.lock"
7474
cd "${executabledir}" || exit
75-
tmux new-session -d -x "${sessionwidth}" -y "${sessionheight}" -s "${sessionname}" ${preexecutable} ${executable} ${startparameters} 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"
7676

7777
# Create logfile.
7878
touch "${consolelog}"

0 commit comments

Comments
 (0)