More severity changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user