Skip to content

Commit

Permalink
update ioc_json.py dbg print
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 22, 2024
1 parent 59261cb commit 837f484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iocage_lib/ioc_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ def json_write(self, data, _file="/config.json", defaults=False):

if template:
try:
print('jail_dataset=', jail_dataset)
su.check_call(['zfs', 'set', 'readonly=off', jail_dataset])
except su.CalledProcessError:
iocage_lib.ioc_common.logit(
Expand Down

0 comments on commit 837f484

Please sign in to comment.