remove debug
This commit is contained in:
parent
1c047adec9
commit
d42d22927b
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ if ! $SSHS; then
|
||||||
|
|
||||||
# Go HOME
|
# Go HOME
|
||||||
#cd ${HOME}
|
#cd ${HOME}
|
||||||
echo NOSCREEN: $NOSCREEN
|
|
||||||
|
|
||||||
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
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
Loading…
Reference in a new issue