diff --git a/not-supported/smbserver.sh b/not-supported/smbserver.sh index 992ac645..4cf3b524 100644 --- a/not-supported/smbserver.sh +++ b/not-supported/smbserver.sh @@ -1370,6 +1370,7 @@ do if [ -d "\$SMB_PATH" ] && [ -d "\$SMB_PATH/.recycle/" ] then find "\$SMB_PATH/.recycle/" -type f -atime +2 -delete + find "\$SMB_PATH/.recycle/" -empty -delete fi fi count=\$((count+1))