mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +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
|
end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
|
|
||||||
def tostdout(message)
|
def tostdout(message)
|
||||||
time = Time.zone.now.utc
|
time = Time.zone.now.utc
|
||||||
STDOUT << "#{time} - #{message}\n" unless Rails.env.test?
|
STDOUT << "#{time} - #{message}\n" unless Rails.env.test?
|
||||||
end
|
end
|
||||||
def update_crl
|
|
||||||
|
|
||||||
|
def update_crl
|
||||||
tostdout('Running crlupdater')
|
tostdout('Running crlupdater')
|
||||||
system('/bin/bash', ENV['crl_updater_path'].to_s)
|
system('/bin/bash', ENV['crl_updater_path'].to_s)
|
||||||
tostdout('Finished running crlupdater')
|
tostdout('Finished running crlupdater')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue