Reputation: 581
I made a script, that runs in a screen session. This script shall run several new scripts in a new screen, if they are down. (They crash frequently, so this is necessery). But for some reason, the script does not start a new screen. It is no error seen on the screen, when the script tries to start the new screen and the script does not abort work. So I think there is a problem to launch a new screen from within another screen.
So, how can I start a new screen session from within another screen?
Upvotes: 0
Views: 84
Reputation: 581
Ok, I found out... The second screen was terminating itself immidiatly after creating... Don't know why, but that's the reason... Solved it complicated, but it work now!
Upvotes: 1