Need help ( sh: not found )

I have the script like this

  • When i try to running manually it's running as well, no error
    but when i put on the cronjob it give output

Somebody can help me ?

try adding these two lines in the begining of the script

#!/usr/bin/sh
. $HOME/.profile

Still same output..

try to search the the sh bin.

whereis sh
which sh

Here's the location..

i believe the problem was it cannot find the fmlist. Make that full path or change directory

fmlist

Hi,

I think the problem is in crontab file

Now OK after i changed crontab file :slight_smile:
Thanks