mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
whitespace
This commit is contained in:
parent
718249971f
commit
7d4fe1c64b
1 changed files with 1 additions and 2 deletions
|
@ -132,13 +132,12 @@ class Certificate < ApplicationRecord
|
|||
end
|
||||
|
||||
class << self
|
||||
|
||||
def tostdout(message)
|
||||
time = Time.zone.now.utc
|
||||
STDOUT << "#{time} - #{message}\n" unless Rails.env.test?
|
||||
end
|
||||
def update_crl
|
||||
|
||||
def update_crl
|
||||
tostdout('Running crlupdater')
|
||||
system('/bin/bash', ENV['crl_updater_path'].to_s)
|
||||
tostdout('Finished running crlupdater')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue