summaryrefslogtreecommitdiff
path: root/bin/leap_ca_daemon
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2013-01-03 11:48:36 +0100
committerAzul <azul@riseup.net>2013-01-03 11:48:36 +0100
commita018c194bac3ad592a11486c38009c69c1e9c607 (patch)
tree7694574f784610add9c5a1fc1a038a51c75b8813 /bin/leap_ca_daemon
parente38adf0a52743f03acf00fb71e816571558468eb (diff)
renamed --fill-pool option to --run-onceHEADmaster
Diffstat (limited to 'bin/leap_ca_daemon')
-rwxr-xr-xbin/leap_ca_daemon2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/leap_ca_daemon b/bin/leap_ca_daemon
index 13c0691..21e48ef 100755
--- a/bin/leap_ca_daemon
+++ b/bin/leap_ca_daemon
@@ -40,7 +40,7 @@ if ARGV.grep(/--version/).any?
end
# --fill-pool will fill the pool and then exit
-if ARGV.grep(/--fill-pool/).any?
+if ARGV.grep(/--once/).any? or ARGV.grep(/--run-once/).any?
require 'leap_ca'
pool = LeapCA::Pool.new(:size => LeapCA::Config.max_pool_size)
pool.fill