🐛: remove header
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Author : Louwrentius
|
# Author : Louwrentius + Mortal
|
||||||
# Contact : louwrentius@gmail.com
|
# Contact : louwrentius@gmail.com + mortal_dojo@mateu.be
|
||||||
# Initial release : August 2011
|
# Initial release : August 2011
|
||||||
# Licence : Simplified BSD License
|
# Licence : Simplified BSD License
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
VERSION=1.01
|
VERSION=1.02
|
||||||
|
|
||||||
#
|
#
|
||||||
# Mounted volume to be monitored.
|
# Mounted volume to be monitored.
|
||||||
@@ -24,15 +24,6 @@ MAX_USAGE="$2"
|
|||||||
#
|
#
|
||||||
MAX_CYCLES=100
|
MAX_CYCLES=100
|
||||||
|
|
||||||
|
|
||||||
show_header () {
|
|
||||||
echo
|
|
||||||
echo DELETE OLD FILES $VERSION
|
|
||||||
echo
|
|
||||||
}
|
|
||||||
|
|
||||||
show_header
|
|
||||||
|
|
||||||
reset () {
|
reset () {
|
||||||
CYCLES=0
|
CYCLES=0
|
||||||
OLDEST_FILE=""
|
OLDEST_FILE=""
|
||||||
|
Reference in New Issue
Block a user