Fix hostname 3
This commit is contained in:
parent
9832a6d4bb
commit
f4f85b92b5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ND_PATH = "./network-config"
|
|||
|
||||
def parse_args():
|
||||
"""Parse the command line arguments"""
|
||||
template_path = pathlib.Path(__file__).parent / "virt-install"
|
||||
template_path = pathlib.Path(__file__).parent.parent / "virt-install"
|
||||
import pdb;pdb.set_trace()
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--password", required=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue