Skip to content

Commit

Permalink
update ioc_check.py - create prefix datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 22, 2024
1 parent 191d025 commit 6b09580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/ioc_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __check_datasets__(self):
"iocage/jails", "iocage/log", "iocage/releases",
"iocage/templates")
if self.zpool.prefix != '':
datasets = (
datasets = *self.zpool.prefix.split('/'), *(
os.path.join(self.zpool.prefix, ioc_ds) for ioc_ds in datasets
)

Expand Down

0 comments on commit 6b09580

Please sign in to comment.