From 12f4cf8948d6c54f9c1c5fe241dda7b780e5bef9 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20remove=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/ftp/files/deleteoldfiles.sh | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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=""