Extract images action
This commit is contained in:
parent
a0c0599e7b
commit
ff2416b638
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: © 2024 Jip-Hop and the Jailmakers <https://github.com/Jip-Hop/jailmaker>
|
||||
#
|
||||
# SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
from utils.download import run_lxc_download_script
|
|
@ -143,6 +143,7 @@ from actions.log import log_jail
|
|||
from actions.shell import shell_jail
|
||||
from actions.start import start_jail
|
||||
from actions.restart import restart_jail
|
||||
from actions.images import run_lxc_download_script
|
||||
|
||||
|
||||
def cleanup(jail_path):
|
||||
|
|
Loading…
Reference in New Issue