hello - i have a cron job that runs a .sh script. the .sh script outputs a few txt files to the same dir it resides in.
when the cron runs, it outputs the txt files to the root of my website rather than to the sub-dir that the .sh file resides in.
any idea what i need to do to get the cron to write the txts files the .sh script generates to the same dir?
here's my cron
*/30 * * * * /pathtomyscript/script.sh...