summaryrefslogtreecommitdiffstats
path: root/install/share/copy-schema-to-ca.py
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/copy-schema-to-ca.py')
-rwxr-xr-xinstall/share/copy-schema-to-ca.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/copy-schema-to-ca.py b/install/share/copy-schema-to-ca.py
index 6cbe3ddec..a6d09ecb1 100755
--- a/install/share/copy-schema-to-ca.py
+++ b/install/share/copy-schema-to-ca.py
@@ -113,7 +113,7 @@ def main():
standard_logging_setup(verbose=True)
# In 3.0, restarting needs access to api.env
- (options, argv) = api.bootstrap_with_global_options(context='server')
+ api.bootstrap_with_global_options(context='server')
add_ca_schema()
restart_pki_ds()