|
@@ -98,7 +98,7 @@ fn_start_tmux(){
|
|
|
# Create lockfile
|
|
# Create lockfile
|
|
|
date > "${rootdir}/${lockselfname}"
|
|
date > "${rootdir}/${lockselfname}"
|
|
|
cd "${executabledir}"
|
|
cd "${executabledir}"
|
|
|
- tmux new-session -d -x "${sessionwidth}" -y "${sessionheight}" -s "${servicename}" "${executable} ${parms}" 2> "${lgsmlogdir}/.${servicename}-tmux-error.tmp"
|
|
|
|
|
|
|
+ tmux new-session -d -x "${sessionheight}" -y "${sessionwidth}" -s "${servicename}" "${executable} ${parms}" 2> "${lgsmlogdir}/.${servicename}-tmux-error.tmp"
|
|
|
|
|
|
|
|
# Create logfile
|
|
# Create logfile
|
|
|
touch "${consolelog}"
|
|
touch "${consolelog}"
|