mirror of
https://github.com/munki/munki.git
synced 2026-04-22 04:28:21 -05:00
Fix to function to get available space on startup disk.
git-svn-id: http://munki.googlecode.com/svn/trunk@134 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -733,7 +733,7 @@ def getAvailableDiskSpace(volumepath="/"):
|
||||
|
||||
if "FreeSpace" in pl:
|
||||
freespace = pl["FreeSpace"]
|
||||
return int(freespace/1024)
|
||||
return int(freespace/1024)
|
||||
|
||||
# Yikes
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user