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