More severity changes
This commit is contained in:
parent
74b36379d3
commit
670140d2f3
@ -41,7 +41,7 @@ cleanup() {
|
|||||||
step_validate_logs() {
|
step_validate_logs() {
|
||||||
# Rotate the logfile, if necessary
|
# Rotate the logfile, if necessary
|
||||||
if [ -f "$logfile" ]; then
|
if [ -f "$logfile" ]; then
|
||||||
log "Found old logfile. Rotating"
|
log "Found old logfile. Rotating" 0
|
||||||
mv "$logfile" "$logfile.old"
|
mv "$logfile" "$logfile.old"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user