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