diff --git a/add_user.sh b/add_user.sh index 79e4447..ea71c85 100755 --- a/add_user.sh +++ b/add_user.sh @@ -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