X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=usr%2Flocal%2Fbin%2Fupdate-stats;h=2591ff4bf30874cada2f97f0cdcef90abe1a1b43;hb=4b97f385570be844ad446585f783a332a28e0dd9;hp=7f3fb42429f941c3663e5afd293930894ed79d1f;hpb=0499aedce8b84c8869370cd77b522cf546f768a3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/usr/local/bin/update-stats b/usr/local/bin/update-stats index 7f3fb42..2591ff4 100755 --- a/usr/local/bin/update-stats +++ b/usr/local/bin/update-stats @@ -140,6 +140,7 @@ if lighttpd_conf != f.read(): f.seek(0) f.truncate() f.write(lighttpd_conf) + f.close() # Reload lighttpd configuration print "Reloading lighttpd: %s" % reload_lighttpd @@ -148,8 +149,8 @@ if lighttpd_conf != f.read(): if ret != 0: print >> sys.stderr, "Reloading lighttpd failed. Logging.conf was:" print >> sys.stderr, lighttpd_conf - -f.close() +else: + f.close() # Now, run awstats to parse log files.