Skip to content

Commit

Permalink
update zfs.py - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 26, 2024
1 parent 28448e8 commit 067d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/zfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def pool_properties(pool):

def iocage_activated_pool():
sysrc_pool= get_sysrc(IOCAGE_POOL_SETTING)
if pool_setting is not None:
if sysrc_pool is not None:
return sysrc_pool
for pool in list_pools():
if dataset_properties(pool).get(IOCAGE_POOL_PROP) == 'yes':
Expand Down

0 comments on commit 067d000

Please sign in to comment.