debug
This commit is contained in:
parent
933683ea29
commit
93bfa52113
1 changed files with 3 additions and 3 deletions
|
@ -83,11 +83,11 @@ if ! $SSHS; then
|
||||||
# Start tmux if not defined as STARTTMUX in bashrc
|
# Start tmux if not defined as STARTTMUX in bashrc
|
||||||
logwarn -n "attach tmux?"
|
logwarn -n "attach tmux?"
|
||||||
if test ! $TMUX && test $SSH_TTY && test $TERM != screen && test $(systemctl status tmux@${USER}.service 1>/dev/null 2>&1; echo $? ) -eq 0; then
|
if test ! $TMUX && test $SSH_TTY && test $TERM != screen && test $(systemctl status tmux@${USER}.service 1>/dev/null 2>&1; echo $? ) -eq 0; then
|
||||||
STARTTMUXDEFAULT=${STARTTMUXREMOTEDEFAULT}
|
: # STARTTMUXDEFAULT=${STARTTMUXREMOTEDEFAULT}
|
||||||
logwarn "${STARTTMUXDEFAULT}"
|
|
||||||
else
|
else
|
||||||
logwarn "no"
|
STARTTMUXDEFAULT=${STARTTMUXREMOTEDEFAULT}
|
||||||
fi
|
fi
|
||||||
|
logwarn "${STARTTMUXDEFAULT}"
|
||||||
|
|
||||||
unset -f pathmunge
|
unset -f pathmunge
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue