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 4c9223c commit d86bec9Copy full SHA for d86bec9
lgsm/modules/command_start.sh
@@ -80,7 +80,8 @@ fn_start_tmux() {
80
81
# Enable console logging.
82
if [ "${consolelogging}" == "on" ] || [ -z "${consolelogging}" ]; then
83
- if [ "${logtimestamp}" == "on" ]; then
+ # timestamp will break mcb update check.
84
+ if [ "${logtimestamp}" == "on" ] && [ "${shortname}" != "mcb" ]; then
85
tmux -L "${socketname}" pipe-pane -o -t "${sessionname}" "exec bash -c \"cat | $addtimestamp\" >> '${consolelog}'"
86
else
87
tmux -L "${socketname}" pipe-pane -o -t "${sessionname}" "exec cat >> '${consolelog}'"
0 commit comments