It is always a struggle configuring a cronjob to run certain scripts; there is always a mis configuration, a PATH, an environment variable that is different from when you use it in interactive mode, etc… Do you have any tricks to avoid or minimize those issues?

cc @[email protected]

    • Alvaro OP
      link
      fedilink
      11 year ago

      @[email protected] good old Ubuntu , but it runs sh instead of my own zsh, path is different etc.

      I’ve had to manually edit the env variables which is a pain because I forget to update the cronjob path as well