lib/splash/webadmin.rb in prometheus-splash-0.6.0 vs lib/splash/webadmin.rb in prometheus-splash-0.6.1
- old
+ new
@@ -27,10 +27,10 @@
log = get_logger
log.level = :fatal if options[:quiet]
realpid = get_processes pattern: get_config.webadmin_process_name
- unless File::exist? config.full_pid_path then
+ unless File::exist? config.webadmin_full_pid_path then
unless realpid.empty? then
return {:case => :already_exist, :more => "Splash WebAdmin Process already launched "}
end
daemon_config = {:description => config.webadmin_process_name,