1👍
Use absolute paths in your script:
# /home/shivangi/myfile.sh
#!/usr/bin/env bash
/home/shivangi/hunt3/bin/python /home/shivangi/hunt3/manage.py runcrons
Source:stackexchange.com
1👍
Use absolute paths in your script:
# /home/shivangi/myfile.sh
#!/usr/bin/env bash
/home/shivangi/hunt3/bin/python /home/shivangi/hunt3/manage.py runcrons