Search results

  1. A

    Help for scrpt .sh with cron.d

    When I run the script, I use the root credentials. The credentials are correct because cron.d manages to execute the second part of the script in which it creates the 4xx file
  2. A

    Help for scrpt .sh with cron.d

    Hello All I wanted to know if someone could give me some advice on how to make this script work with cron.d. If the script is executed manually, it does not present any problems, however if I call it from cron.d it will not be executed. ---- #!/bin/bash #!/bin/bash SHELL=/bin/bash...
Top