diff --git a/roles/ftp/files/deleteoldfiles.sh b/roles/ftp/files/deleteoldfiles.sh index 9464e9d..715a208 100644 --- a/roles/ftp/files/deleteoldfiles.sh +++ b/roles/ftp/files/deleteoldfiles.sh @@ -1,13 +1,13 @@ #!/bin/bash # ############################################################################### -# Author : Louwrentius -# Contact : louwrentius@gmail.com +# Author : Louwrentius + Mortal +# Contact : louwrentius@gmail.com + mortal_dojo@mateu.be # Initial release : August 2011 # Licence : Simplified BSD License ############################################################################### -VERSION=1.01 +VERSION=1.02 # # Mounted volume to be monitored. @@ -24,15 +24,6 @@ MAX_USAGE="$2" # MAX_CYCLES=100 - -show_header () { - echo - echo DELETE OLD FILES $VERSION - echo -} - -show_header - reset () { CYCLES=0 OLDEST_FILE=""