mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-01-31 13:53:33 +08:00
fix: insufficient-disk-capacity argument
This commit is contained in:
@@ -958,7 +958,7 @@ def install():
|
||||
log.warning(text('path-exists', safeline_path))
|
||||
continue
|
||||
if free_space(safeline_path) < 5 * 1024 * 1024 * 1024:
|
||||
log.warning(text('insufficient-disk-capacity'))
|
||||
log.warning(text('insufficient-disk-capacity', safeline_path))
|
||||
continue
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user