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!
Parcourir la source

Fix in image prune

tags/0.92
Stanislaw Adaszewski il y a 4 ans
Parent
révision
fb9b1a0d5c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      image.py

+ 1
- 1
image.py Voir le fichier

@@ -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'])


Chargement…
Annuler
Enregistrer