mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 02:35:37 -04:00
fix docker wrapper
This commit is contained in:
parent
84e7b33ca8
commit
96b093d1e1
9 changed files with 73 additions and 24 deletions
|
@ -1,14 +1,14 @@
|
|||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import click
|
||||
import pwd
|
||||
import os
|
||||
|
||||
from logger import logging, setup_logging
|
||||
from kupferbootstrap.logger import logging, setup_logging
|
||||
|
||||
from constants import WRAPPER_ENV_VAR
|
||||
from exec.cmd import run_cmd, flatten_shell_script
|
||||
from exec.file import chown
|
||||
from kupferbootstrap.constants import WRAPPER_ENV_VAR
|
||||
from kupferbootstrap.exec.cmd import run_cmd, flatten_shell_script
|
||||
from kupferbootstrap.exec.file import chown
|
||||
|
||||
|
||||
@click.command('kupferbootstrap_su')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue