Restore dataset util dependency

This commit is contained in:
jonct 2024-07-15 16:53:50 -04:00
parent 8769d305e8
commit 22cb05a8e4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from textwrap import dedent
from paths import JAILS_DIR_PATH, JAIL_CONFIG_NAME, JAIL_ROOTFS_NAME, SCRIPT_DIR_PATH
from utils.chroot import Chroot
from utils.console import eprint, YELLOW, BOLD, NORMAL
from utils.console import eprint, fail, YELLOW, BOLD, NORMAL
def get_jail_path(jail_name):