Perl script works but not via CRON

前端 未结 6 1937
太阳男子
太阳男子 2020-12-11 11:56

I have a perl script (which syncs delicious to wp) which:

  1. runs via the shell but
  2. does not run via cron (and i dont get an error)

The o

6条回答
  •  离开以前
    2020-12-11 12:29

    I suggest looking at my answer to How to simulate the environment cron executes a script with?

    This is an similar Jonathan's answer but goes a bit further.

提交回复
热议问题