|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
#------------------------------------------------------------------------------- |
|
|
|
|
# Completely removes log file |
|
|
|
|
#------------------------------------------------------------------------------- |
|
|
|
|
function cleanLogs() { |
|
|
|
|
function cleanLog() { |
|
|
|
|
rm -rf ${LOGFILE} &> /dev/null |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|