#!/bin/bash

if [ -d /chroot/admin/web/temp ]; then
	find /chroot/admin/web/temp/ -type f -cmin +360 -delete
fi
