exec
This commit is contained in:
parent
df86403bfa
commit
6f7c6ba9ed
@ -59,7 +59,7 @@ EOF
|
|||||||
|
|
||||||
cat << EOF > /home/$LOGIN/.profile
|
cat << EOF > /home/$LOGIN/.profile
|
||||||
if [ -z "\$TMUX" ]; then
|
if [ -z "\$TMUX" ]; then
|
||||||
tmux attach -t main || exec tmux new -s main
|
exec tmux attach -t main || exec tmux new -s main
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user