SyntaxFix
Write A Post
Hire A Developer
Questions
i usually don't name my screen instances, so this might not be useful, but did you try screen -r without the 'myscreen' part? usually for me, screen -r will show the PIDs of each screen then i can reattach with screen -d -r <PID>
screen -r
screen -d -r <PID>