about summary refs log tree commit diff stats
path: root/code/scheduler.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-12 19:20:08 +0200
committerhut <hut@lavabit.com>2009-06-12 19:20:08 +0200
commit18deedbcb0fd611038c0c4db9b5c748941f75c29 (patch)
treef43b7bc80217b5d12816f2e24d9ac35f1557d2bf /code/scheduler.rb
parentccd1fe0ec9a3a05cf4f5016ca7732837dc51e33e (diff)
downloadranger-18deedbcb0fd611038c0c4db9b5c748941f75c29.tar.gz
small changes
Diffstat (limited to 'code/scheduler.rb')
-rw-r--r--code/scheduler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/scheduler.rb b/code/scheduler.rb
index 2a0f0a21..e35f28d6 100644
--- a/code/scheduler.rb
+++ b/code/scheduler.rb
@@ -51,12 +51,12 @@ module Scheduler
 		while dir = @scheduled.shift
 			dir.refresh(true)
 			dir.resize
-			force_update
 		end
+		force_update
 	end
 
 	def force_update
-		Process.kill( UPDATE_SIGNAL, PID )
+		Process.kill( UPDATE_SIGNAL, Process.pid )
 	end
 end