Skip to content

Commit

Permalink
Restore start action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 15, 2024
1 parent 8dae934 commit c41ac9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/jlmkr/actions/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
from pathlib import Path
from textwrap import dedent

from paths import SHORTNAME, JAIL_ROOTFS_NAME
from actions.exec import exec_jail
from paths import COMMAND_NAME, SHORTNAME, JAIL_ROOTFS_NAME
from utils.config_parser import parse_config_file
from utils.console import eprint
from utils.console import eprint, RED, BOLD, NORMAL
from utils.dataset import get_jail_config_path, get_jail_rootfs_path
from utils.dataset import get_jail_path, jail_is_running
from utils.files import stat_chmod
Expand Down

0 comments on commit c41ac9c

Please sign in to comment.