This is probably specifically a Mark question.

When executing these menu additions:-

  • What PATH is available?
  • What difference does 'exec' make?
  • A reboot is required after changes in config.ini?
  • Is it safe to kill the player app while executing a script from the menu?
  • Likewise 'killall -HUP bash'?

I have a script that kills the player, runs rsync (as a client) and then kills bash, but it gets stuck with rsync still running, yet this script runs perfectly from the (telnet) command line. I'm wondering what could be the problem.

????