OPTIONS="java -Xms1024M -Xmx1024M -jar craftbukkit.jar" PROCESS=server01 screen -dmS $PROCESS $OPTIONS nogui
The application works fine from the very beginning, but I'm having problems with stuff 'printf "stop/r"' It doesn't seem to work when I just start, wait a while, and then try to stop it using the command above. But itβs strange that if I made screen -x $PROCESS and disconnected ( ctrl-A & ctrl-D ), then I used the Stop command in which it works. So, is there a way stuff printf without screen -x $PROCESS ?
user1621988
source share