ChesTeRcs 5 жил өмнө
parent
commit
d609d55a02

+ 1 - 0
autoDeleterBelowSpace.sh

@@ -34,6 +34,7 @@ then
     #
     ls -rt $DIR | while read FILE
     do
+        FILE="${DIR}/${FILE}"
         if [ -f $FILE ]
         then
             if rm -f $FILE