Skip to content
Snippets Groups Projects
Commit af1eaeda authored by rswindell's avatar rswindell
Browse files

Fix SyntaxError: unterminated string literal

parent da49c74c
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,6 @@ if (argv.indexOf('--import') > -1) {
ks.add_private_key(rsa, syspass);
ks.add_public_key(cert);
ks.close();
print("Certificate imported, delete "+csr_fname+" after verifying.);
print("Certificate imported, delete "+csr_fname+" after verifying.");
file_touch(recycle_sem);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment