• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question Scheduled Task - Shell Script - Create new Screen

NeoGriever

New Pleskian
Hello there.

How to create a new Screen (screen -d -m -S SomethingName sh SomethingToDoInside.sh) straight from a scheduled task

The problem: the task finishes and theres NO new screen with the specifed shell script running inside.

The screen-command works correctly on the lines before.

here's the current script (its german. but it handles a timed server-restart of a minecraft server)

echo "Server-Neustart startet." function find_screen { if screen -ls "$1" | - Pastebin.com

This script sends the commands correctly to the minecraft screen console throught the screen command.

but the command at the end don't work ... without error

if i run this last command in putty, it works perfectly ...

please help me :/

btw: Scheduled Task is set to root-user and the crontab-shell are set to /bin/sh

Please help. :/
 
Back
Top