Quote:
|
Does delete.sh invoke directorynal.sh? To me, it seems like delete.sh is being called correctly.
|
I don't think so... I didn't even know you could invoke directorynal.sh? There's nothing in my delete.sh file that suggests this.
But then why does it complain that it can't find the file/directory/contents, even if it exists?
Delete.sh does this;
Code:
find /path/to/inbounddata/data/* -depth -type d ! -name data -ctime 24 -exec /bin/rm -Rf "{}" \;