This commit is contained in:
2025-09-18 22:44:45 +02:00
parent df86403bfa
commit 6f7c6ba9ed

View File

@@ -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