summaryrefslogtreecommitdiffstats
path: root/cobbler/action_status.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-01-23 11:35:48 -0500
committerJim Meyering <jim@meyering.net>2007-01-23 11:35:48 -0500
commit7f479143e59fc2f4097c0099fc50e7bd01c29eb2 (patch)
treedb0e736d95e5d9dc0e0bf66f9c5b510de8791254 /cobbler/action_status.py
parentc40f03ebed9842500e94d221703ff864a6fd33b0 (diff)
downloadthird_party-cobbler-7f479143e59fc2f4097c0099fc50e7bd01c29eb2.tar.gz
third_party-cobbler-7f479143e59fc2f4097c0099fc50e7bd01c29eb2.tar.xz
third_party-cobbler-7f479143e59fc2f4097c0099fc50e7bd01c29eb2.zip
Reset file/log counter between installs.
Diffstat (limited to 'cobbler/action_status.py')
-rw-r--r--cobbler/action_status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/action_status.py b/cobbler/action_status.py
index 74102b0..63d6f79 100644
--- a/cobbler/action_status.py
+++ b/cobbler/action_status.py
@@ -150,6 +150,7 @@ class BootStatusReport:
install_state = "installing"
last_start_time = rtime
last_request_time = rtime
+ fcount = 0
elif fname.startswith("DONE"):
# kickstart finished
last_request_time = rtime