diff --git a/devops-service/lib/executors/server_executor.rb b/devops-service/lib/executors/server_executor.rb index 82f6ebf..c507464 100644 --- a/devops-service/lib/executors/server_executor.rb +++ b/devops-service/lib/executors/server_executor.rb @@ -88,6 +88,7 @@ module Devops @out.flush k = Devops::Db.connector.key(@server.key) cert_path = k.path + options[:cert_path] = k.path @out << "\nBefore bootstrap hooks...\n" res = self.run_hook(:before_bootstrap, @out) @out << "Done\n"