exec
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user