...
Code Block theme Emacs title IF successfuly resumed the screen THEN kill the web-server (and stay in the screen) Ctrl-C
- If you get message "...WebServer (Attached)" like this one this means that somebody else has opened WebServer screen. In which case you better find and followup with him/her OR you can kill the WebServer screen on your own and restart the server.
Code Block language bash theme Emacs title IF There is no screen to be resumed THEN enter new screen sudo -u analytics screen -S WebServer
...