check dir before writing status file
This commit is contained in:
@@ -13,5 +13,5 @@ error=$?
|
|||||||
if [ $error -eq 0 ] ; then
|
if [ $error -eq 0 ] ; then
|
||||||
find $rdir -maxdepth 1 -type d -mtime +${rotate} -exec rm -fr {} \;
|
find $rdir -maxdepth 1 -type d -mtime +${rotate} -exec rm -fr {} \;
|
||||||
fi
|
fi
|
||||||
echo $error > $status_file
|
test -d $(dirname $status_file) && echo $error > $status_file
|
||||||
exit $error
|
exit $error
|
||||||
|
|||||||
Reference in New Issue
Block a user