diff --git a/sreinventory/cli.py b/sreinventory/cli.py index f81c6da..1bb3ba0 100755 --- a/sreinventory/cli.py +++ b/sreinventory/cli.py @@ -168,4 +168,5 @@ def main(): if os.path.isdir("output"): shutil.rmtree("output") os.mkdir("output", 0o755) + shutil.copytree("static", "output/static") output_html(inventory, "output") diff --git a/templates/layout.html b/templates/layout.html index 22a28a3..bcbe368 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -3,7 +3,7 @@