whitespace

This commit is contained in:
georg 2020-09-04 13:30:57 +03:00
parent 718249971f
commit 7d4fe1c64b

View file

@ -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')