3 Oct
2020
3 Oct
'20
05:12
Am Dienstag, 29. September 2020, 14:04:48 CEST schrieb David T-G:
==> /root/tmp-touch-root <== #!/bin/sh touch /tmp/touch-root
==> /usr/local/bin/tmp-touch-local <== #!/bin/sh touch /tmp/touch-local
==> /mnt/Raid1md/tmp-touch-Raid1 <== #!/bin/sh touch /tmp/touch-Raid1
cron does not provide a search path in the environment its jobs are run. In the scripts you want to run via cron, use full path names for commands: ==> /root/tmp-touch-root <== #!/bin/sh /usr/bintouch /tmp/touch-root HTH /Andreas -- Time flies like an arrow. Fruit flies like a banana. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org