Skip to content
Snippets Groups Projects
Commit cbc39693 authored by Volodymyr Yurchenko's avatar Volodymyr Yurchenko
Browse files

Remove default value of encryption script

parent 1be05a27
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ struct TapedConfiguration {
// Tape encryption script
//----------------------------------------------------------------------------
cta::SourcedParameter<std::string> externalEncryptionKeyScript {
"taped", "externalEncryptionKeyScript","/usr/local/bin/cta-get-encryption-key","Compile time default"
"taped", "externalEncryptionKeyScript","","Compile time default"
};
private:
......
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