IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Fix in image prune

tags/0.92
부모
커밋
fb9b1a0d5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      image.py

+ 1
- 1
image.py 파일 보기

@@ -112,7 +112,7 @@ def command_image_prune(args):
continue
if r[3] not in used:
print('Removing:', r[3])
zfs_run(['zfs', 'destroy', '-f', r[3]])
zfs_run(['zfs', 'destroy', '-r', '-f', r[3]])
again = True
# zfs_parse_output(['zfs'])


불러오는 중...
취소
저장